summaryrefslogtreecommitdiff
path: root/games/lincity/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-08-15 13:45:46 +0000
committerfrueauf <frueauf>1998-08-15 13:45:46 +0000
commita1fdd140a8b5ab7c43b104a278da85119c496689 (patch)
treedbb30de177c4f96fea8b473b870324f70ebf7822 /games/lincity/Makefile
parent9008a959f5716ed726903192d702fe23ef8ee106 (diff)
downloadpkgsrc-a1fdd140a8b5ab7c43b104a278da85119c496689.tar.gz
Initial addition of lincity-1.09, a free clone of SimCity for X11.
Closes pr 5926 by Tim Rightnour.
Diffstat (limited to 'games/lincity/Makefile')
-rw-r--r--games/lincity/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile
new file mode 100644
index 00000000000..85c69c6fcb9
--- /dev/null
+++ b/games/lincity/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 1998/08/15 13:45:46 frueauf Exp $
+#
+
+DISTNAME= lincity109-src
+PKGNAME= lincity-1.09
+CATEGORIES= games x11
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= games/strategy
+
+MAINTAINER= root@garbled.net
+
+WRKSRC= ${WRKDIR}/lincity109
+
+USE_GMAKE= yes
+USE_X11= yes
+ALL_TARGET= freebsd
+
+post-patch:
+ ${TOUCH} ${WRKSRC}/xlincity.man
+
+.include "../../mk/bsd.pkg.mk"