summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
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
2000-05-29fix PLIST to reflect actually installed filesrh1-1/+5
2000-05-29Add and enable xracerrh1-1/+2
2000-05-29Initial import of xracer-0.96.9, a clone of the popular Psygnosis gamerh14-0/+259
Wipeout, as provided in PR 10217 by Bernd Sieker.
2000-05-25make it run on -current, fix dependency for rplay, and fix twowiz4-3/+43
scripts' perl path
2000-05-23add missing filesdmcmahill1-1/+2
2000-05-09Add a note why we need an explicit dependence on "guile".tron1-1/+2
2000-05-09add dependency on guile. This is required for arch's which don't getdmcmahill1-1/+2
guile through devel/libgtop. This fixes PR pkg/10074. Thanks to Matthias Scheler <tron@netbsd.org> for the fix.
2000-05-05use X11BASE properly, fix for ELF, and move to LOCALBASEhubertf3-16/+19
2000-05-04Don't use curses internal functions.hubertf2-1/+51
Code submitted by Brett Lymn <blymn@baesystems.com.au> (via Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>)
2000-05-01regenpooka1-2/+2
2000-04-28update for new qt2 layoutdrochner3-18/+21
2000-04-24Add conflict between "kdetoys" and "kworldwatch" package as suggestedtron1-1/+3
by Michael Wolfson in PR pkg/9961.
2000-04-19Update gnome-breakout to 0.4. Changes are some "real" powerups, new titlerh3-5/+15
graphics, new levels, and some bug fixes.
2000-04-19Update pysol to 4.10sakamoto2-4/+4
what's new ? * completely new Mahjongg game driver * fixed a bad memory leak (when will there finally be a real garbage collector in Python ???)
2000-04-17Make this work after the "pth" package update.tron2-1/+15
2000-04-14enable nethack-qtdmcmahill1-2/+2
2000-04-14- sync with qt-2.0.2 pathdmcmahill3-9/+8
- remove the BROKEN! Thanks to pooka@netbsd.org who fixed the remaining broken stuff.