32 lines
653 B
Makefile
Raw Normal View History

2013-03-11 11:02:49 +00:00
# $OpenBSD: Makefile,v 1.31 2013/03/11 11:07:42 espie Exp $
1997-12-07 04:31:25 +00:00
COMMENT = space-based shoot'em up game for X11
DISTNAME = xsoldier-1.8
CATEGORIES = games x11
HOMEPAGE = http://www.interq.or.jp/libra/oohara/xsoldier/
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
2000-02-12 08:02:07 +00:00
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = ICE SM X11 Xpm c
1997-12-07 04:31:25 +00:00
MASTER_SITES = ${HOMEPAGE}
1997-12-07 04:31:25 +00:00
CONFIGURE_STYLE = gnu
MAKE_FLAGS = CC_OPTIMIZE="${CFLAGS}"
2013-03-11 11:02:49 +00:00
NO_TEST = Yes
2002-10-26 20:44:38 +00:00
# template for pkg install
2004-09-23 07:21:44 +00:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xsoldier
${INSTALL_DATA} ${WRKSRC}/scorefile.txt \
${PREFIX}/share/examples/xsoldier/xsoldier.scores
2004-09-23 07:21:44 +00:00
1997-12-07 04:31:25 +00:00
.include <bsd.port.mk>