[88437] trunk/dports/security/murk/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Jan 2 02:37:33 PST 2012
Revision: 88437
http://trac.macports.org/changeset/88437
Author: ryandesign at macports.org
Date: 2012-01-02 02:37:33 -0800 (Mon, 02 Jan 2012)
Log Message:
-----------
murk: adjust whitespace and add modeline
Modified Paths:
--------------
trunk/dports/security/murk/Portfile
Modified: trunk/dports/security/murk/Portfile
===================================================================
--- trunk/dports/security/murk/Portfile 2012-01-02 10:36:04 UTC (rev 88436)
+++ trunk/dports/security/murk/Portfile 2012-01-02 10:37:33 UTC (rev 88437)
@@ -1,29 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name murk
+name murk
version 0.3
-categories security
-platforms darwin
-maintainers nomaintainer
-description rsync friendly encryption tool
-long_description rsync friendly encryption that runs on the unix command \
- line. Encrypt a file and backup the changes to an untrusted host.
+categories security
+platforms darwin
+maintainers nomaintainer
-homepage http://murk.sourceforge.net/
-master_sites sourceforge:project/murk/murk/${version}
+description rsync friendly encryption tool
+long_description rsync friendly encryption that runs on the unix command \
+ line. Encrypt a file and backup the changes to an untrusted host.
+
+homepage http://murk.sourceforge.net/
+master_sites sourceforge:project/murk/murk/${version}
+
checksums rmd160 02d4f8784bca9896605df53746516d2c7a7c4015 \
sha256 0d9a53efe8ab62eea8e1deb0b6c0f3e605573b23a6f1eda4cb71aa3f921a6ea8
-use_bzip2 yes
-patchfiles patch-configure
+use_bzip2 yes
depends_build port:bzip2
depends_lib port:openssl
+patchfiles patch-configure
+
configure.args -I ${prefix}/include \
-L ${prefix}/lib
@@ -31,14 +35,14 @@
build.args CC="${configure.cc} [get_canonical_archflags]"
-test.run yes
-test.target test
+test.run yes
+test.target test
-destroot {
- xinstall -m 755 ${worksrcpath}/murk ${destroot}${prefix}/bin
- xinstall -m 644 ${worksrcpath}/doc/murk.1 \
- ${destroot}${prefix}/share/man/man1
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath} INSTALL LICENSE README TODO \
- doc/index.html doc/manpage.html ${destroot}${prefix}/share/doc/${name}
+destroot {
+ xinstall -m 755 ${worksrcpath}/murk ${destroot}${prefix}/bin
+ xinstall -m 644 ${worksrcpath}/doc/murk.1 \
+ ${destroot}${prefix}/share/man/man1
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} INSTALL LICENSE README TODO \
+ doc/index.html doc/manpage.html ${destroot}${prefix}/share/doc/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120102/f99006de/attachment.html>
More information about the macports-changes
mailing list