[129142] trunk/dports/games/rott/Portfile
petr at macports.org
petr at macports.org
Sun Dec 7 10:54:29 PST 2014
Revision: 129142
https://trac.macports.org/changeset/129142
Author: petr at macports.org
Date: 2014-12-07 10:54:29 -0800 (Sun, 07 Dec 2014)
Log Message:
-----------
rott: modeline and reformating
Modified Paths:
--------------
trunk/dports/games/rott/Portfile
Modified: trunk/dports/games/rott/Portfile
===================================================================
--- trunk/dports/games/rott/Portfile 2014-12-07 18:29:42 UTC (rev 129141)
+++ trunk/dports/games/rott/Portfile 2014-12-07 18:54:29 UTC (rev 129142)
@@ -1,41 +1,44 @@
+# -*- 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 rott
-version 1.1.2
-categories games
-license GPL-2+
-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
+name rott
+version 1.1.2
+categories games
+platforms darwin
+license GPL-2+
+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 the Shareware Version.
+
+homepage http://icculus.org/rott/
+master_sites http://icculus.org/rott/releases/
+worksrcdir ${name}-${version}/rott
+
checksums md5 d523c7c6c97f95ba84b8cf4deae7db38 \
sha1 2c8841934008b1afe704b6b8743d82492def35ba \
rmd160 009cf7ac62ff4d96c69446df8bbbc2cc40e8932f
-depends_lib port:libsdl \
- port:libsdl_image \
- port:libsdl_mixer
+depends_lib port:libsdl \
+ port:libsdl_image \
+ port:libsdl_mixer
-use_configure no
-#build.args macosx=true
+use_configure no
+#build.args macosx=true
-
destroot {
- xinstall -m 755 -d ${destroot}${prefix}/bin
- file copy ${worksrcpath}/${name} ${destroot}${prefix}/bin/
- }
+ xinstall -m 755 -d ${destroot}${prefix}/bin
+ file copy ${worksrcpath}/${name} ${destroot}${prefix}/bin/
+}
post-extract {
- reinplace "s|LDFLAGS += -Wl,-E|LDFLAGS += -Wl|g" ${worksrcpath}/Makefile
+ reinplace "s|LDFLAGS += -Wl,-E|LDFLAGS += -Wl|g" ${worksrcpath}/Makefile
}
-livecheck.url "http://icculus.org/rott/releases/"
-livecheck.regex "rott-(\\d+(?:\\.\\d+)*)\\.tar\\.gz"
+livecheck.url http://icculus.org/rott/releases/
+livecheck.regex "rott-(\\d+(?:\\.\\d+)*)\\.tar\\.gz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141207/e956264d/attachment.html>
More information about the macports-changes
mailing list