[60218] trunk/dports/devel/plib/Portfile

jmr at macports.org jmr at macports.org
Thu Nov 5 23:36:36 PST 2009


Revision: 60218
          http://trac.macports.org/changeset/60218
Author:   jmr at macports.org
Date:     2009-11-05 23:36:36 -0800 (Thu, 05 Nov 2009)
Log Message:
-----------
plib: detab, add modeline

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

Modified: trunk/dports/devel/plib/Portfile
===================================================================
--- trunk/dports/devel/plib/Portfile	2009-11-06 07:33:42 UTC (rev 60217)
+++ trunk/dports/devel/plib/Portfile	2009-11-06 07:36:36 UTC (rev 60218)
@@ -1,42 +1,43 @@
+# -*- 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				plib
-version				1.8.5
-categories			devel graphics games
-maintainers			nomaintainer
-description			A Suite of Portable Game Libraries
-long_description	\
-	PLIB includes sound effects, music, a complete 3D engine, font \
-	rendering, a GUI, networking, 3D math library and a collection of handy \
-	utility functions.  All are 100% portable across nearly all modern \
-	computing platforms.
+name                plib
+version             1.8.5
+categories          devel graphics games
+maintainers         nomaintainer
+description         A Suite of Portable Game Libraries
+long_description    \
+    PLIB includes sound effects, music, a complete 3D engine, font \
+    rendering, a GUI, networking, 3D math library and a collection of handy \
+    utility functions.  All are 100% portable across nearly all modern \
+    computing platforms.
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://plib.sourceforge.net/
-master_sites		${homepage}dist/
+homepage            http://plib.sourceforge.net/
+master_sites        ${homepage}dist/
 
-checksums			md5 47a6fbf63668c1eed631024038b2ea90 \
-					sha1 c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc \
-					rmd160 55019bf3758ec2542804d8e3994f4bed5a188e60
+checksums           md5 47a6fbf63668c1eed631024038b2ea90 \
+                    sha1 c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc \
+                    rmd160 55019bf3758ec2542804d8e3994f4bed5a188e60
 
-patchfiles			patch-src_pui_puGLUT.h.diff patch-src_ssg_ssgLoadFLT.cxx.diff
+patchfiles          patch-src_pui_puGLUT.h.diff patch-src_ssg_ssgLoadFLT.cxx.diff
 
 platform darwin 8 {
-	patchfiles-delete	patch-src_ssg_ssgLoadFLT.cxx.diff
+    patchfiles-delete   patch-src_ssg_ssgLoadFLT.cxx.diff
 }
 
-configure.args		--with-x
+configure.args      --with-x
 if {$build_arch == "x86_64" || $build_arch == "ppc64"} {
     # these components currently use carbon
     configure.args-append --disable-sl --disable-pw
 }
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
-		KNOWN_BUGS NOTICE README TODO-1.6 TODO-2.0 TODO_AFTER135 \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
+        KNOWN_BUGS NOTICE README TODO-1.6 TODO-2.0 TODO_AFTER135 \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091105/cfda94a6/attachment-0001.html>


More information about the macports-changes mailing list