pkgsrc/games/xevil/Makefile
agc a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00

20 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:29 agc Exp $
DISTNAME= xevil1.5.1e
PKGNAME= xevil-1.5.1e
CATEGORIES= games x11
MASTER_SITES= ftp://ftp.xevil.com/xevil1.5.1e/
EXTRACT_SUFX= .tar.Z
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.xevil.com/
COMMENT= violent game of killing, contains profanity
WRKSRC= ${WRKDIR}
MAKE_ENV= HOSTTYPE="netbsd" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_MAN="${INSTALL_MAN}"
USE_X11BASE= yes
.include "../../mk/bsd.pkg.mk"