summaryrefslogtreecommitdiff
path: root/games/abuse/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-07-02Update abuse to 2.0nb1:abs1-2/+2
Avoid gets() usage and add __sparc__ to alignment needing CPUs, allowing it to run on my ss5.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-11-21Broken on NetBSD/arm32abs1-1/+3
1999-04-05Use ${GTAR} rather than /usr/bin/tar, even though this is not what bsd.pkg.mkmycroft1-2/+2
does.
1999-04-05Oops; GZCAT, not GUNZIP_CMD.mycroft1-2/+2
1999-04-05EXTRACT_CMD doesn't work the same any more...mycroft1-2/+3
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-08-28Remove leading #garbled1-3/+1
1998-08-27abuse-2.0 pkg: a full color 320x200 arcade quality platform shooter.garbled1-0/+22
8-bit only right now.