pkgsrc/games/abuse/Makefile
abs 7837273b5c Update abuse to 2.0nb1:
Avoid gets() usage and add __sparc__ to alignment needing CPUs,
	allowing it to run on my ss5.
2001-07-02 15:30:59 +00:00

24 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.9 2001/07/02 15:30:59 abs Exp $
DISTNAME= abuse_pd
PKGNAME= abuse-2.0nb1
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="-Wl,-R${X11BASE}/lib"
USE_GMAKE= yes
NOT_FOR_PLATFORM= NetBSD-*-arm32
post-extract:
cd ${WRKSRC}/abuse && \
${GZCAT} ${DISTDIR}/abuse_data.tar.gz | ${GTAR} xf -
.include "../../mk/bsd.pkg.mk"