pkgsrc/games/abuse/Makefile
agc f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00

20 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:46 agc Exp $
DISTNAME= abuse_pd
PKGNAME= abuse-2.0
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
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="-Wl,-R${X11BASE}/lib"
USE_GMAKE= yes
post-extract:
${EXTRACT_CMD} -xzmf ${DISTDIR}/abuse_data.tar.gz -C ${WRKSRC}/abuse
.include "../../mk/bsd.pkg.mk"