[37644] trunk/dports/devel/hmake/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jun 16 16:20:49 PDT 2008


Revision: 37644
          http://trac.macosforge.org/projects/macports/changeset/37644
Author:   ryandesign at macports.org
Date:     2008-06-16 16:20:48 -0700 (Mon, 16 Jun 2008)

Log Message:
-----------
hmake: whitespace changes / rearrangement only

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

Modified: trunk/dports/devel/hmake/Portfile
===================================================================
--- trunk/dports/devel/hmake/Portfile	2008-06-16 23:15:40 UTC (rev 37643)
+++ trunk/dports/devel/hmake/Portfile	2008-06-16 23:20:48 UTC (rev 37644)
@@ -1,30 +1,35 @@
 # $Id$
 
-PortSystem 1.0
-name		hmake
-version		3.13
-categories	devel
-maintainers	nomaintainer
-platforms	darwin
-description	A Make Tool for Haskell Programs
-long_description	\
-		hmake is a compilation manager for Haskell programs.
+PortSystem              1.0
 
-homepage	http://www.haskell.org/hmake/
-master_sites	${homepage}
+name                    hmake
+version                 3.13
+categories              devel
+maintainers             nomaintainer
+platforms               darwin
+description             A Make Tool for Haskell Programs
+long_description        hmake is a compilation manager for Haskell programs.
 
-checksums	md5 c87f79f1846f6b5eccbe5f0a00928b8b
+homepage                http://www.haskell.org/hmake/
+master_sites            ${homepage}
 
-default_variants	ghc
-variant ghc	{ depends_build	bin:ghc:ghc }
-variant nhc98	{ depends_build bin:nhc98:nhc98
-		  configure.args-append --buildwith=nhc98
-		}
+checksums               md5 c87f79f1846f6b5eccbe5f0a00928b8b
 
-depends_lib	lib:libreadline.5:readline
+depends_lib             lib:libreadline.5:readline
 
-pre-configure   { reinplace "s|-lreadline|-I${prefix}/include -L${prefix}/lib -lreadline|g" ${worksrcpath}/configure
-                }
+default_variants        ghc
 
-configure.args	--mandir=${prefix}/share/man/man1
+configure.args          --mandir=${prefix}/share/man/man1
 
+variant ghc {
+    depends_build bin:ghc:ghc
+}
+
+variant nhc98 {
+    depends_build bin:nhc98:nhc98
+    configure.args-append --buildwith=nhc98
+}
+
+pre-configure {
+    reinplace "s|-lreadline|-I${prefix}/include -L${prefix}/lib -lreadline|g" ${worksrcpath}/configure
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080616/874028aa/attachment.htm 


More information about the macports-changes mailing list