summaryrefslogtreecommitdiff
path: root/games/xscavenger/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06Comment out dead sites.wiz1-2/+2
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2010-02-14DESTDIR supportjoerg1-5/+5
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+3
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-07-05Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the properjlam1-4/+2
variables so that the default INSTALL/DEINSTALL scripts from the pkginstall framework do the right thing. Where possible, move some post-install directions for package setup into MESSAGE files so that they may be re-inspected by querying the installed package using "pkg_info -D ...".
2006-06-15Drop maintainership, I don't use them any longer.wiz1-2/+2
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-1/+3
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-11-03Fixed wrong use of WRKSRC.rillig1-6/+7
2005-09-08Changes from Michael Lorenz - make it work on machines where long != uint32 -martin1-1/+2
it works on sparc64 now.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-14Fix quoting.uebayasi1-2/+2
2004-04-09Enable pkgviews installation.minskim1-1/+5
2004-04-09Use variables defined in ossaudio.buildlink3.mk. This fixes a buildminskim1-1/+6
problem caused by hardcoded "-lossaudio" on Linux. OK'ed by wiz@, the maintainer.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-03Update to 1.4.4:wiz1-3/+2
Sun Dec 1 22:07:18 PST 2002 Version is 1.4.4 Fix for if sound fork doesn't open successfully, it exits and doesn't bog down the cpu or something. Icon for if the program is minimized. "H. S. Teoh" is the new Debian maintainer and he sent these in. Thanks! ------------------------------------------------------------------------------ Sat Feb 9 16:32:55 PST 2002 Version is 1.4.3 scav.c, have parent of fork() return 0. (Joey Hess) sound.c, declare some char as signed char, since char defaults to unsigned char on some archs (arm, s390 + powerpc (Gerhard Tonn) Both these were passed on by (Marcus Brinkmann) ------------------------------------------------------------------------------ Thu Jan 18 09:33:07 PST 2001 Version is 1.4.2 Dave Ashley: added slowdown value in scavrc so game can be slowed down. slowdown=0 ;normal slowdown=1 ; 7/8 slowdown=2 ; 3/4 slowdown=3 ; 1/2 slowdown=4 ; 1/4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-01-08Import of xscavenger-1.4.0, a Loderunner clone with sound for X11wiz1-0/+22