pkgsrc/games/abuse/Makefile
jlam bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00

28 lines
711 B
Makefile

# $NetBSD: Makefile,v 1.17 2005/07/15 18:27:50 jlam Exp $
DISTNAME= abuse_pd
PKGNAME= abuse-2.0
PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= http://www.crack.com/games/abuse/
DISTFILES= ${DISTNAME}.tgz abuse_data.tar.gz
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.crack.com/games/abuse/index.html
COMMENT= Full color 320x200 arcade quality platform shooter
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${X11_LDFLAGS}"
USE_TOOLS+= gmake gtar
USE_LANGUAGES+= c c++
NOT_FOR_PLATFORM= NetBSD-*-arm32
.include "../../mk/x11.buildlink3.mk"
post-extract:
cd ${WRKSRC}/abuse && \
${GZCAT} ${DISTDIR}/abuse_data.tar.gz | ${GTAR} xf -
.include "../../mk/bsd.pkg.mk"