pkgsrc/games/xsoldier/Makefile
jlam d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00

27 lines
665 B
Makefile

# $NetBSD: Makefile,v 1.11 2003/01/28 22:03:21 jlam Exp $
#
DISTNAME= xsoldier-0.96
CATEGORIES= games x11
MASTER_SITES= http://www.surfline.ne.jp/hachi/xsoldier/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.surfline.ne.jp/hachi/xsoldier.html
COMMENT= Updated xgalaga type game with awesome graphics
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
MAKE_ENV+= BINOWN=${BINOWN}
SUPPORT_FILES_PERMS= ${PREFIX}/share/xsoldier/xsoldier.score.dist \
/var/games/xsoldier \
games games 0664
post-patch:
${TOUCH} ${WRKSRC}/xsoldier.man
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"