[36944] trunk/dports/games
phw at macports.org
phw at macports.org
Tue May 20 10:40:53 PDT 2008
Revision: 36944
http://trac.macosforge.org/projects/macports/changeset/36944
Author: phw at macports.org
Date: 2008-05-20 10:40:52 -0700 (Tue, 20 May 2008)
Log Message:
-----------
New Port: Duke Nukem 3D
Added Paths:
-----------
trunk/dports/games/duke3d/
trunk/dports/games/duke3d/Portfile
Added: trunk/dports/games/duke3d/Portfile
===================================================================
--- trunk/dports/games/duke3d/Portfile (rev 0)
+++ trunk/dports/games/duke3d/Portfile 2008-05-20 17:40:52 UTC (rev 36944)
@@ -0,0 +1,27 @@
+PortSystem 1.0
+
+name duke3d
+version 0.1
+categories games
+platforms darwin
+maintainers phw openmaintainer
+description Runtime for FPS Duke Nukem 3D
+long_description Duke Nukem 3D is a first-person shooter computer game \
+ developed by 3D Realms and published by Apogee Software. \
+ Level and gamefiles are not included (use Shareware Version)
+fetch.type svn
+svn.url svn://svn.icculus.org/duke3d/trunk/
+homepage http://icculus.org/duke3d/
+
+depends_lib port:libsdl \
+ port:libsdl_image \
+ port:libsdl_mixer
+
+worksrcdir trunk/source/
+use_configure no
+build.args macosx=true
+
+destroot {
+ xinstall -m 755 -d ${destroot}/${prefix}/bin
+ file copy ${worksrcpath}/${name} ${destroot}/${prefix}/bin/
+ }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080520/33115e3a/attachment.htm
More information about the macports-changes
mailing list