pkgsrc/games/golddig/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

16 lines
356 B
Makefile

# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:47 agc Exp $
#
DISTNAME= golddig2
PKGNAME= golddig-2.0
CATEGORIES= games x11
MASTER_SITES= ftp://uiarchive.cso.uiuc.edu/pub/systems/linux/sunsite/games/arcade/
MAINTAINER= root@garbled.net
USE_X11BASE= yes
post-extract:
${RM} ${WRKSRC}/golddig ${WRKSRC}/makelev ${WRKSRC}/*.o
.include "../../mk/bsd.pkg.mk"