summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz3-9/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-10cleanupwiz1-37/+15
2000-08-10nethack-qt is actually very functionalpooka1-1/+1
2000-08-10Upgrade nethack to 3.3.1. Add Makefile.common to easy future upgrades.pooka23-286/+199
This release contains numerous fixes to bugs in 3.3.0 and users are advised to upgrade. Note that old savegames and bones files won't work anymore.
2000-08-08MASTER_SITES and HOMEPAGE are changed.sakamoto2-4/+4
2000-08-07make it compile with Mesa-glxwiz2-1/+29
2000-08-07Add dependency on quakedate, remove bogus ONLY_FOR_PLATFORMS linewiz1-2/+2
(it should have been ONLY_FOR_PLATFORM)
2000-08-04Make use of the MACHINE_JOYSTICK_IS_PRESENT definition so that thisjlam2-19/+26
has a chance of compiling on platforms without <machine/joystick.h>, i.e. everything except i386 and arm32.
2000-08-04Find Mesa headers if xpkgwedge is installed.jlam1-4/+4
2000-08-04shorten comment for readability.jlam1-1/+1
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31Enable a bunch of packages in category/Makefile thathubertf1-4/+4
* should not cause any conflicts with the new bulk-package targets, * didn't contain a reason for why they were disabled or * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's Makefile would be more appropriate)
2000-07-30Find xpm headers when xpkgwedge is installed.jlam3-10/+13
2000-07-28Add and enable xpat2.jlam1-1/+2
2000-07-28xpat2, a light-weight solitaire gamejlam9-0/+277
From PR#10685 by Joachim Kuebart <kuebart@mathematik.uni-ulm.de>.
2000-07-28Add USE_CURSES for packages that need curses functionality that onlywiz1-18/+6
got added in 1.4Y; on older version of NetBSD, ncurses will be used. Replace previous code that did the same, but wasn't shared.
2000-07-24add fixes for mips. Fixes recently noted pmax compile problems.dmcmahill2-7/+18
2000-07-20Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use therh1-3/+5
appropriate variables instead.
2000-07-17Make this package compile on Solaris.agc1-2/+2
2000-07-17Find out the installed location of the gzip binary in a differentagc4-12/+19
manner - use the first word of the ${GZIP_CMD} definition from bsd.pkg.mk, and substitute this value in the same manner that the PREFIX is set. This is useful on systems other than NetBSD, where gzip may not be installed in /usr/bin. Use a descriptive name for the input of the pre-processed file. Make sure that gcc is used when compiling on Solaris.
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc2-8/+8
use it accordingly.
2000-07-16gzip is in /usr/bin, not /usr/local/binpooka3-6/+6
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc6-17/+28
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc6-17/+17
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc6-17/+17
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11Fix the English in a comment.agc1-3/+3
Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.
2000-07-11Use X11PREFIX in preference to X11BASE when installing this package, soagc1-4/+4
that the package cooperates better with an installed xpkgwedge.
2000-07-11Use X11PREFIX in preference to X11BASE when installing files, so that thisagc3-11/+11
package cooperates better with xpkgwedge.
2000-07-11Use X11PREFIX in preference to X11BASE for installed files, so that thisagc1-2/+2
package cooperates better with an installed xpkgwedge.
2000-07-11Use X11PREFIX in preference to X11BASE when installing files, so thatagc1-13/+13
this package cooperates better when xpkgwedge is installed.
2000-07-11Use X11PREFIX in preference to X11BASE for installed files, to makeagc1-13/+13
this package cooperate with xpkgwedge.
2000-07-10Find qt2 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-3/+3
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc3-8/+8
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10Work out in which directory xpm and gtk are installed as part of theagc2-11/+6
shell command, rather than as a make(1) preprocessor-like directive. Pointed out by Thomas Klausner.
2000-07-10Hardcoding X11PREFIX into package Makefiles forces the user to installagc2-6/+12
xpkgwedge once, before any other packages have been installed, and never to delete it. This change finds the prefix of the installed pre-req package using pkg_info(1), and allows packages to be found in ${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
2000-07-06Add library path to make this run on ELF.pooka2-6/+12
2000-06-30Make this package xpkgwedge-safe by using the new X11PREFIX definitionagc2-6/+6
in preference to X11BASE when trying to find the installed location of X11 libraries, programs and headers (which will change if xpkgwedge is installed). [X11BASE reflects the location of the X11 libs, headers and programs. X11PREFIX reflects the installed location of X11 packages.]
2000-06-27Use "ncurses" under NetBSD 1.4 to get the curses version of "tali".tron3-2/+40
2000-06-25Update gnome-games to 1.2.0. Changes are bugfixes, locale and graphicsrh3-5/+58
updates.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam7-72/+45
Remove unneeded dependency on mpeg-lib. Add dependency on gettext. Clean up Makefile logic.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam4-45/+21
2000-06-06Ooops, forgot to commit this.minoura1-0/+3
2000-06-06Use patched version of izumi@ec.tmit.ac.jp.minoura3-9/+39
NetBSD patch supplied by itohy.
2000-06-06Correct HOMEPAGE.minoura1-2/+2
Pointed out by Akihiro IIJIMA <aki@jp.freebsd.org>.
2000-06-01Add and enable sl.minoura1-1/+2
2000-06-01Well-known joke program `sl'.minoura5-0/+39
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh2-4/+4
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-31correctly detect NetBSD in the Imakefile (look for NetBSDArchitecture insteaddmcmahill2-4/+4
of __NetBSD__, this is imake, not c).
2000-05-29Update xpuyopuyo to 0.3.8. Changes from 0.3.1:jlam7-57/+105
Changes in v0.3.8: * Merged Denny Mingus's theme * Minor bugfixes Changes in v0.3.7: * More installation bugfixes * Dialog cleanup for a few dialogues Changes in v0.3.6: * Take II: Okay, the configure system should actually work now. Changes in v0.3.5: * Fixed minor bug in painting the next piece * Fixed an odd formatting bug in help system * GNOME files now install again * Fixed problem with $DATADIR in configure.in Changes in v0.3.4: * Some reorganization of code, cleaned out some old files/functions * Beginning of the theme support * Theme selection from the UI, and themes are saved * Beginnings of a help page * Will link against libnsl/socket if present (needed for Solaris) Changes in v0.3.3: * Comments are read properly in key config (thanks to Doug Bell) Changes in v0.3.2: * Changed FNONBLOCK to O_NONBLOCK * snprintf implementation missing on some systems * Man page is properly living in section 6 now
2000-05-29Add another set of missing files to PLISTrh1-1/+4