[77893] trunk/dports/games

phw at macports.org phw at macports.org
Sat Apr 16 08:45:47 PDT 2011


Revision: 77893
          http://trac.macports.org/changeset/77893
Author:   phw at macports.org
Date:     2011-04-16 08:45:45 -0700 (Sat, 16 Apr 2011)
Log Message:
-----------
New port: Rise of the Triard (Engine only)

Added Paths:
-----------
    trunk/dports/games/rott/
    trunk/dports/games/rott/Portfile

Added: trunk/dports/games/rott/Portfile
===================================================================
--- trunk/dports/games/rott/Portfile	                        (rev 0)
+++ trunk/dports/games/rott/Portfile	2011-04-16 15:45:45 UTC (rev 77893)
@@ -0,0 +1,34 @@
+PortSystem 1.0
+name		rott
+version		1.1.1
+categories	games
+platforms	darwin
+maintainers	phw openmaintainer
+description	Rise of the Triard
+long_description Rise of the Triard 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)
+homepage	http://icculus.org/rott/
+master_sites http://icculus.org/rott/releases/
+worksrcdir		${name}-${version}/rott
+
+checksums           md5     c0c0e1719375f58428627af9f8dbc7c3 \
+                    sha1    db14549044c38eee3188a711fb4712f4343080c7 \
+					rmd160  a57160a6c87e8eb19373ed943a5da048e02786dd
+
+
+depends_lib	path:lib/pkgconfig/sdl.pc:libsdl \
+		port:libsdl_image \
+		port:libsdl_mixer
+
+use_configure    no
+#build.args       macosx=true
+
+
+destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/bin
+	file copy ${worksrcpath}/${name} ${destroot}${prefix}/bin/
+	}
+
+reinplace       "s|LDFLAGS += -Wl,-E|LDFLAGS += -Wl|g" ${worksrcpath}/Makefile
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110416/eda4bc89/attachment.html>


More information about the macports-changes mailing list