summaryrefslogtreecommitdiff
path: root/games/icbm3d/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-07-24 11:41:06 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-07-24 11:41:06 +0000
commit028d52b7e36e92b3cb26fd9514bb079507737314 (patch)
tree02d48eecd642aead118aafb3b3f4ff5235556f54 /games/icbm3d/Makefile
parent6317e87f7dc4f94a13a73c6f583d08aa12bb0e0a (diff)
downloadpkgsrc-028d52b7e36e92b3cb26fd9514bb079507737314.tar.gz
Initial addition of icbm3d-0.3, a 3D X11 game of defense.
Closes pr 5826 by Tim Rightnour.
Diffstat (limited to 'games/icbm3d/Makefile')
-rw-r--r--games/icbm3d/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/icbm3d/Makefile b/games/icbm3d/Makefile
new file mode 100644
index 00000000000..03b75666bd8
--- /dev/null
+++ b/games/icbm3d/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 1998/07/24 11:41:06 frueauf Exp $
+#
+
+DISTNAME= icbm3d.0.3
+PKGNAME= icbm3d-0.3
+CATEGORIES= games x11
+MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/icbm3d/
+
+MAINTAINER= root@garbled.net
+
+WRKSRC= ${WRKDIR}/icbm3d
+
+USE_X11= yes
+
+post-patch:
+ @${CP} ${WRKSRC}/makefile ${WRKSRC}/Makefile
+
+pre-install:
+ ${MKDIR} ${PREFIX}/share/doc/icbm3d
+ ${CP} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d
+
+.include "../../mk/bsd.pkg.mk"