[40221] trunk/dports/x11/Xaw3d/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 26 00:23:11 PDT 2008


Revision: 40221
          http://trac.macports.org/changeset/40221
Author:   ryandesign at macports.org
Date:     2008-09-26 00:23:10 -0700 (Fri, 26 Sep 2008)
Log Message:
-----------
Xaw3d: whitespace changes only

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

Modified: trunk/dports/x11/Xaw3d/Portfile
===================================================================
--- trunk/dports/x11/Xaw3d/Portfile	2008-09-26 04:13:30 UTC (rev 40220)
+++ trunk/dports/x11/Xaw3d/Portfile	2008-09-26 07:23:10 UTC (rev 40221)
@@ -1,12 +1,16 @@
 # $Id$
 
-PortSystem       1.0
-name             Xaw3d
-version          1.5E
-revision         1
-categories       x11
-maintainers      nomaintainer
-description      The Three-D Athena Toolkit
+PortSystem              1.0
+
+name                    Xaw3d
+version                 1.5E
+revision                1
+categories              x11
+maintainers             nomaintainer
+
+description \
+    The Three-D Athena Toolkit
+
 long_description \
     This release of Xaw3d is based on X.Org's X11R6.3 Athena \
     toolkit, with bits and pieces thrown in from other sources. \
@@ -18,28 +22,30 @@
     replace your shared libXaw.* with libXaw3d.* to obtain the \
     appearance without even relinking, but the odds of this \
     working is slim, and not recommended.
-homepage         http://www.visi.com/~hawkeyd/xaw3d.html
-platforms        darwin
-master_sites     freebsd \
-                 ftp://ftp.visi.com/users/hawkeyd/X/
-checksums        md5 29ecfdcd6bcf47f62ecfd672d31269a1
-depends_lib      lib:libX11.6:XFree86
-worksrcdir       xc/lib/${name}
+
+homepage                http://www.visi.com/~hawkeyd/xaw3d.html
+platforms               darwin
+master_sites            freebsd \
+                        ftp://ftp.visi.com/users/hawkeyd/X/
+checksums               md5 29ecfdcd6bcf47f62ecfd672d31269a1
+depends_lib             lib:libX11.6:XFree86
+worksrcdir              xc/lib/${name}
+
 patch {
     reinplace "s|XCOMM EXTRA_INCLUDES|EXTRA_INCLUDES|" "${worksrcpath}/Imakefile"
     file mkdir ${worksrcpath}/X11
     system "ln -fs .. ${worksrcpath}/X11/Xaw3d"
 }
-use_xmkmf        yes
+use_xmkmf               yes
 
 # The Imakefile default is to install everything into /usr/X11R6/lib,
 # which prevents multiple MacPorts installs on the same system.  Have
 # it install the entire package into ${prefix} instead.
-build.target-append	SHLIBGLOBALSFLAGS=-L/usr/X11R6/lib \
-			INCDIR=${prefix}/include \
-			SHLIBDIR=${prefix}/lib \
-			USRLIBDIR=${prefix}/lib
+build.target-append     SHLIBGLOBALSFLAGS=-L/usr/X11R6/lib \
+                        INCDIR=${prefix}/include \
+                        SHLIBDIR=${prefix}/lib \
+                        USRLIBDIR=${prefix}/lib
 
-destroot.destdir-append	INCDIR=${prefix}/include \
-			SHLIBDIR=${prefix}/lib \
-			USRLIBDIR=${prefix}/lib
+destroot.destdir-append INCDIR=${prefix}/include \
+                        SHLIBDIR=${prefix}/lib \
+                        USRLIBDIR=${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080926/07a7e36b/attachment.html 


More information about the macports-changes mailing list