2019-07-14 02:16:50 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2019/07/14 02:16:52 naddy Exp $
|
2007-03-21 10:28:50 +00:00
|
|
|
|
2007-09-15 18:01:00 +00:00
|
|
|
COMMENT= colorful game where you blow other people/robots up
|
2007-03-21 10:28:50 +00:00
|
|
|
|
|
|
|
VERSION= 0.8
|
|
|
|
DISTNAME= xbomber.${VERSION}
|
2010-12-05 18:24:33 +00:00
|
|
|
PKGNAME= xbomber-${VERSION}
|
2017-10-23 17:10:49 +00:00
|
|
|
REVISION= 2
|
2007-03-21 10:28:50 +00:00
|
|
|
CATEGORIES= games x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.newbreedsoftware.com/xbomber/
|
|
|
|
|
2019-07-14 02:16:50 +00:00
|
|
|
PERMIT_PACKAGE= No
|
|
|
|
PERMIT_DISTFILES= No
|
2017-10-23 17:10:49 +00:00
|
|
|
WANTLIB= X11 c m xcb
|
2007-03-21 10:28:50 +00:00
|
|
|
|
2015-06-16 07:20:20 +00:00
|
|
|
MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/xbomber/
|
2007-03-21 10:28:50 +00:00
|
|
|
|
2013-03-11 11:02:49 +00:00
|
|
|
NO_TEST= Yes
|
2007-03-21 10:28:50 +00:00
|
|
|
WRKDIST= ${WRKDIR}/xbomber
|
|
|
|
MAKE_FILE= makefile
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@rm ${WRKSRC}/xbomber
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@perl -pi -e 's,!!CFLAGS!!,${CFLAGS},' ${WRKSRC}/${MAKE_FILE}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xbomber ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/xbomber
|
|
|
|
cd ${WRKSRC}; tar cf - bitmaps pixmaps levels sounds jungle | \
|
|
|
|
tar xf - -C ${PREFIX}/share/xbomber
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xbomber
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.txt ${PREFIX}/share/doc/xbomber
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|