diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-01 14:58:18 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-01 14:58:18 +0000 |
commit | c0c34a34f6f01f4ccc955022087f36fcfc5c6400 (patch) | |
tree | bb51c1cdd81bf34196b4964d2a8034c4cffc824a /games/xsoldier/Makefile | |
parent | bbe7d892ae0090ce3b6323b7aa430b4272e5bb37 (diff) | |
download | pkgsrc-c0c34a34f6f01f4ccc955022087f36fcfc5c6400.tar.gz |
Initial addition of xsoldier-0.96, an updated xgalaga type game with awesome
graphics. Closes pr 5891 by Tim Rightnour.
Diffstat (limited to 'games/xsoldier/Makefile')
-rw-r--r-- | games/xsoldier/Makefile | 18 |
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" |