[25582] trunk/dports/devel/libmcrypt/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu May 24 23:10:37 PDT 2007


Revision: 25582
          http://trac.macosforge.org/projects/macports/changeset/25582
Author:   ryandesign at macports.org
Date:     2007-05-24 23:10:36 -0700 (Thu, 24 May 2007)

Log Message:
-----------
Whitespace changes only

Modified Paths:
--------------
    trunk/dports/devel/libmcrypt/Portfile

Modified: trunk/dports/devel/libmcrypt/Portfile
===================================================================
--- trunk/dports/devel/libmcrypt/Portfile	2007-05-25 03:53:13 UTC (rev 25581)
+++ trunk/dports/devel/libmcrypt/Portfile	2007-05-25 06:10:36 UTC (rev 25582)
@@ -1,30 +1,43 @@
 # $Id$
 
-PortSystem 1.0
-name            libmcrypt
-version         2.5.8
-categories	devel security
-maintainers    	ryandesign at macports.org openmaintainer at macports.org
-description	The encryption library used by mcrypt 
-long_description libmcrypt is the library which implements all the \
-		 algorithms and modes found in mcrypt. 
-homepage	http://mcrypt.sourceforge.net/
-platforms	darwin
+PortSystem          1.0
 
-master_sites	sourceforge:mcrypt \
-		ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/libmcrypt/ \
-		freebsd
+name                libmcrypt
+version             2.5.8
+categories          devel security
+maintainers         ryandesign at macports.org openmaintainer at macports.org
+homepage            http://mcrypt.sourceforge.net/
+platforms           darwin
+
+description \
+	The encryption library used by mcrypt
+
+long_description \
+	libmcrypt is the library which implements all the \
+	algorithms and modes found in mcrypt.
+
+master_sites \
+	sourceforge:mcrypt \
+	ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/libmcrypt/ \
+	freebsd
+
 checksums \
 	md5 0821830d930a86a5c69110837c55b7da \
 	sha1 9a426532e9087dd7737aabccff8b91abf9151a7a \
 	rmd160 1b174c4c3633c67ef5526c151ba2935b676a8ccd
-				
-configure.args	--disable-posix-threads --mandir=${prefix}/share/man
 
+configure.args \
+	--disable-posix-threads \
+	--mandir=${prefix}/share/man
+
 platform darwin 6 {
-	depends_lib-append	lib:libdl:dlcompat
+	depends_lib-append \
+		lib:libdl:dlcompat
 }
 
 platform darwin 8 {
-	configure.env-append	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+	configure.env-append \
+		CC=/usr/bin/gcc-4.0 \
+		CPP=/usr/bin/cpp-4.0 \
+		CXX=/usr/bin/g++-4.0
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070524/2855ca34/attachment.html


More information about the macports-changes mailing list