summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
1999-04-23Get rid of old-style chown usage.kleink1-2/+2
1999-04-16nethack-x11 _really_ wants to depend on nethack-lib and xpm.abs1-3/+3
Found by ahorn@anim.dreamworks.com
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron8-24/+16
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-04-05Rename package to nethack-all-3.2.2 to avoid any conflicts with the otherhubertf1-2/+2
nethack package.
1999-04-05More EXTRACT_CMD fallout.mycroft2-5/+8
NOTE: These are not tested!
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-04-05We need a ${DISTDIR} here to make the extract work.mycroft1-2/+2
1999-04-02run mkfontdir also on "make install" timehubertf1-1/+4
1999-04-01Rewrite the extraction commands to be more intuitive.agc2-7/+4
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fixagc1-3/+3
release.
1999-03-28actually install these fileshubertf1-2/+2
1999-03-23Remove unnecessary "--x-inc" and "--x-lib" kludges.tron1-4/+2
1999-03-23- Make sure that "configure" finds JPEG, TIFF and PNG library.tron1-2/+5
- Depend on new "qwspritefield" package.
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-3/+2
1999-03-15Fix PR7160: critical bug fix to xdoomsommerfe2-0/+61
1999-03-11Exit freedom, enter GNUgo.bad6-39/+0
1999-03-11Remove freedom. Add and enable gnugo.bad1-3/+2
1999-03-11Initial import of gnugo-2.0-beta. Supercedes games/freedom.bad6-0/+55
1999-03-08Add missing dependence for "xpm" package. Fixes PR pkg/7104 bytron1-1/+3
John F. Woods.
1999-03-07use ${WORKDIR} instead of "work". Fixes PR 7096 reported byhubertf1-2/+2
Julian Assange <proff@suburbia.net>
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf3-9/+3
1999-02-20Update "kdegames" package to version 1.1.tron5-51/+284
1999-02-19Adapt to new gtk10 packagerh1-2/+3
1999-02-18Add missing @dirrm rules.frueauf1-1/+3
1999-02-15Ignore not updated KDE sub packages for now.tron1-1/+3
1999-02-10pkglint: cleanup Makefile and add missing rcs ids.frueauf8-15/+29
1999-02-08Enable gnuchess.frueauf1-2/+2
1999-02-08Initial import of gnuchess-4.0.79, the "classic" GNU chess.frueauf10-0/+212
1999-02-07add and enable nighthawkhubertf1-1/+2
1999-02-07C=64 Paradroid clonehubertf12-0/+442
1999-02-01Oops, this got lost. Must use BSD_INSTALL_SCRIPT.bad1-2/+2
1999-02-01Fix path of file to patch.bad1-3/+3
1999-01-31Oops, s/BUILD_USES_X11/USE_X11/bad2-4/+4
1999-01-31Update for new address of IGS.bad1-0/+19
1999-01-31Add and enable baduki, cgoban, and freedom.bad1-2/+4
1999-01-31Baduki is a gtk+ based Go playing program which can also be run under Cgoban.bad8-0/+77
1999-01-31Freedom, a Go playing program based on GNU Go 1.2 for use with Cgoban.bad6-0/+39
1999-01-31Cgoban, a full featured Go server client and SGF viewer/editor.bad6-0/+68
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc23-46/+46
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-23Small cosmetic changes.tron1-3/+3
1999-01-23Build moriasimonb1-1/+2
1999-01-23moria - another rogue-like game.simonb10-0/+247
1999-01-07Enable xskat.frueauf1-2/+2
1999-01-07Initial addition of xskat-3.0, a skat game for X11.frueauf5-0/+29
Provided in pr 6754 by Jeff Rizzo.
1999-01-03Add "nethack" sub packages to make sure that "make clean" does its work.tron1-1/+5
1998-12-31Don't reach into other pkg's ${WRKDIR}. Add appropriate CONFLICTS betweentv3-15/+13
the angband pkgs.
1998-12-31DO NOT REACH OVER INTO ANOTHER PKG'S ${WRKDIR}!tv7-42/+51
This breaks many things, not the least of which are `make fetch-list' and `WRKOBJDIR'.