Modified: trunk/dports/games/angband/Portfile (124748 => 124749)
--- trunk/dports/games/angband/Portfile 2014-08-27 22:57:35 UTC (rev 124748)
+++ trunk/dports/games/angband/Portfile 2014-08-27 23:05:31 UTC (rev 124749)
@@ -1,10 +1,12 @@
# $Id$
+
PortSystem 1.0
name angband
version 3.0.6
revision 1
categories games
+license Noncommercial
platforms darwin
maintainers nomaintainer
description a rogue-like dungeon exploration game (curses-based)
@@ -23,7 +25,7 @@
checksums ${name}-${version}.tar.gz md5 4c31b1b3679dff20db6a5fcb182c3e96
extract.only ${name}-${version}.tar.gz
-post-patch {
+post-patch {
addgroup games
}
@@ -52,22 +54,22 @@
# checksums-append ext-mac-306.zip md5 e8989e1c4acf9efb10e0ab078e7303f2 \
# ext-graf-mac-306.zip md5 263d33545a8be198a4a014c73f581035 \
# ext-sound-mac-306.zip md5 7886ff8cd9ac98bdfec50c50131c406e
-#
+#
# post-extract {
# system "unzip ${distpath}/ext-mac-306.zip -d ${worksrcpath}/src/; \
# unzip ${distpath}/ext-graf-mac-306.zip -d ${worksrcpath}/src/; \
-# unzip ${distpath}/ext-sound-mac-306.zip -d ${worksrcpath}/src/"
+# unzip ${distpath}/ext-sound-mac-306.zip -d ${worksrcpath}/src/"
# }
-#
+#
# configure { reinplace "s|# define SET_UID||" ${worksrcpath}/src/h-config.h }
-#
+#
# build {
# cd ${worksrcpath}/src
# system "make -f Makefile.osx; \
# make -f Makefile.osx install-tiles; \
# make -f Makefile.osx install-sound"
# }
-#
+#
# destroot { xinstall -d ${destroot}/Applications/MacPorts/
# system "cp -r ${worksrcpath}/Angband.app ${destroot}/Applications/MacPorts/." }
-# }
+# }