openbsd-ports/games/xsoldier/Makefile

28 lines
612 B
Makefile
Raw Normal View History

2004-11-28 17:41:14 -05:00
# $OpenBSD: Makefile,v 1.17 2004/11/28 22:41:28 espie Exp $
1997-12-06 23:31:25 -05:00
COMMENT= "shooting game for X11"
1997-12-06 23:31:25 -05:00
DISTNAME= xsoldier-0.96
PKGNAME= ${DISTNAME}p1
1997-12-06 23:31:25 -05:00
CATEGORIES= games x11
# License: GPL
2000-04-04 10:49:12 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-28 17:41:14 -05:00
WANTLIB= X11 Xpm c
2000-02-12 03:02:07 -05:00
1999-01-13 21:28:33 -05:00
MASTER_SITES= http://www.surfline.ne.jp/hachi/xsoldier/
1997-12-06 23:31:25 -05:00
CONFIGURE_STYLE= imake noman
1997-12-06 23:31:25 -05:00
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
2004-09-23 03:21:44 -04:00
# empty template for pkg install
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xsoldier
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xsoldier/xsoldier.scores
1997-12-06 23:31:25 -05:00
.include <bsd.port.mk>