[29370] trunk/dports/x11/openMotif/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 22 06:46:44 PDT 2007


Revision: 29370
          http://trac.macosforge.org/projects/macports/changeset/29370
Author:   nox at macports.org
Date:     2007-09-22 06:46:43 -0700 (Sat, 22 Sep 2007)

Log Message:
-----------
openMotif: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/x11/openMotif/Portfile

Modified: trunk/dports/x11/openMotif/Portfile
===================================================================
--- trunk/dports/x11/openMotif/Portfile	2007-09-22 13:41:01 UTC (rev 29369)
+++ trunk/dports/x11/openMotif/Portfile	2007-09-22 13:46:43 UTC (rev 29370)
@@ -1,46 +1,57 @@
 # $Id$
 
-PortSystem 1.0
-name			openmotif
-version			2.3.0
-revision		1
-categories		x11
-maintainers		nomaintainer at macports.org
-description		The Open Motif toolkit for X11
-long_description	\
-                This is The Open Group's full version of Motif based on \
-				the original OSF sources.
-platforms		darwin
-homepage		http://www.motifzone.net/
-master_sites	ftp://ftp.ics.com/openmotif/2.3/2.3.0/
-checksums		md5 99d0ecb84d3504da421021a19ff70500
+PortSystem      1.0
+
+name            openmotif
+version         2.3.0
+revision        1
+categories      x11
+maintainers     nomaintainer
+description     The Open Motif toolkit for X11
+
+long_description \
+    This is The Open Group's full version of Motif based on \
+    the original OSF sources.
+
+platforms       darwin
+homepage        http://www.motifzone.net/
+master_sites    ftp://ftp.ics.com/openmotif/2.3/2.3.0/
+checksums       md5 99d0ecb84d3504da421021a19ff70500
 fetch.use_epsv  no
 
 # They updated the distfile from 2.3.0 beta to 2.3.0 final without changing
 # the distfile's name! Remove this when updating to 2.3.1 or whatever's next.
-dist_subdir		${name}/2.3.0-final
+dist_subdir     ${name}/2.3.0-final
 
-depends_build	lib:libX11.6:XFree86
-depends_lib		port:jpeg port:libpng port:Xft2 port:expat port:fontconfig \
-				port:freetype port:libiconv port:xrender port:zlib
+depends_build   lib:libX11.6:XFree86
 
-worksrcdir		${name}-2.3.0
+depends_lib     port:jpeg \
+                port:libpng \
+                port:Xft2 \
+                port:expat \
+                port:fontconfig \
+                port:freetype \
+                port:libiconv \
+                port:xrender \
+                port:zlib
 
+worksrcdir      ${name}-2.3.0
+
 post-patch {
-	reinplace "s|iconv_open|libiconv_open|g" ${worksrcpath}/configure
-	reinplace "s|LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@|LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ @LDFLAGS@|" \
-		  ${worksrcpath}/lib/Xm/Makefile.in
+    reinplace "s|iconv_open|libiconv_open|g" ${worksrcpath}/configure
+    reinplace "s|LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@|LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ @LDFLAGS@|" \
+        ${worksrcpath}/lib/Xm/Makefile.in
 }
 
-configure.args	--mandir=${prefix}/share/man
+configure.args  --mandir=${prefix}/share/man
 
-build.env	LANG=C
+build.env       LANG=C
 
 platform darwin 7 {
-    patchfiles-append patch-freetype
+    patchfiles-append   patch-freetype
 }
 
 platform darwin 8 {
-	configure.compiler	gcc-4.0
+    configure.compiler  gcc-4.0
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070922/9b4e49a7/attachment.html


More information about the macports-changes mailing list