pkgsrc/games/xsoldier/Makefile
jlam 73d2f0ca37 Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
satisfy the condition of being "strongly-buildlinked" (see
http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the
definition).  This is in response to the recent change to bsd.pkg.mk to
not use buildlink-x11.
2001-08-22 17:38:56 +00:00

19 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.6 2001/08/22 17:38:58 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_IMAKE= YES
NO_INSTALL_MANPAGES= YES
post-patch:
${TOUCH} ${WRKSRC}/xsoldier.man
.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"