summaryrefslogtreecommitdiff
path: root/games/xsoldier/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xsoldier/Makefile')
-rw-r--r--games/xsoldier/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/xsoldier/Makefile b/games/xsoldier/Makefile
new file mode 100644
index 00000000000..32deafdc642
--- /dev/null
+++ b/games/xsoldier/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 1998/08/01 14:58:18 frueauf Exp $
+#
+
+DISTNAME= xsoldier-0.96
+CATEGORIES= games x11
+MASTER_SITES= http://www.surfline.ne.jp/hachi/xsoldier/
+
+MAINTAINER= root@garbled.net
+
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+USE_IMAKE= yes
+NO_INSTALL_MANPAGES= yes
+
+post-patch:
+ ${TOUCH} ${WRKSRC}/xsoldier.man
+
+.include "../../mk/bsd.pkg.mk"