summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+1
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12Make this package happy with xpkgwedge; Since mkfontdir is a part of standardkei1-3/+3
X distribution, it's always in /usr/X11R6/bin even if xpkgwedge is installed.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam8-16/+9
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-3/+2
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-04Update to 1.5.0.wiz8-54/+90
Major changes since 1.4.8: Dependency on glib, gtk-interface (not enabled), completely rewritten fighting code, i18n support, man page, display buy value for drugs, partially functional AI players, and lots of bugfixes.
2001-06-01make sure this compiles on sparc by using .S instead of .s for thedmcmahill1-1/+2
assembly file so that the preprocessor gets run first. tried a short game, seems to work even.
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam1-5/+5
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
2001-05-23Update to 2.41dillo4-46/+85
most important changes: (for full summary see ChangeLog in the distfile) ======================================================================== - Beginning with 2.40, the reference version of Frotz (the DOS version) is distributed under the GNU Public License rather than the old "no commercial profit" license. And so is the Unix version. - V6 games supported by drawing the outlines of pictures. True display of the graphics are on hold until the X11 with GTK version is complete. - Classical Infocom sound effects supported through the OSS drivers. I'm only aware of "Lurking Horror" and "Sherlock: The Riddle of the Crown Jewels" as having such sound effects. See the INSTALL file for information on where the sound files should go. - Quetzal save format is now the default. Old Zip 2.0 format is still supported by command line option or config file setting. - History searchs has been added. Type the beginning of a past command and hit the up or down arrow key.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-05-22Use devel/readline/Makefile.readline to get readline dependency, andjlam1-4/+10
document why GNU readline is required.
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam2-5/+5
2001-05-05Mechanical changes of tk DEPENDS:jlam2-4/+4
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-05-03* Unintentionally depended readline but works well with the libtermcap.kei2-4/+15
2001-05-02Share the distinfo file in freeciv-share. Remove unnecessary patchjlam7-54/+18
and remove build dependency on autoconf: we now install the locale files properly under ${PKGLOCALEDIR}.
2001-05-02Update freeciv-client-gtk to 1.11.4nb1. The only change is that thejlam2-6/+5
binary is now installed as "civclient-gtk" to avoid a namespace clash with the freeciv-client package.
2001-05-02Note CONFLICT with freeciv-client-gtk<=1.11.4. Newer versions ofjlam1-2/+2
freeciv-client-gtk install as "civclient-gtk" to avoid a namespace clash.
2001-05-02Change dependency from readline-* to readline>=2.2. Add a comment forjlam1-3/+3
why we need LIBS+=-ltermcap.
2001-05-01Honor CFLAGS passed in from environment during build.jlam1-1/+3
2001-04-27Add and enable ularnagc1-1/+2
2001-04-27Initial import of ularn-6.12.92 into the packages collection.agc35-0/+5367
Provided in PR 12072 by Ben Collver (collver@linuxfreemail.com). Ularn is a fantasy games in which your child has contracted a strange dis- ease, and none of your home remedies seem to have any effect. You set out to find a remedy in a limited amount of time, and to collect gold along the way of course! Ularn is based on larn, and adds the concept of character classes.
2001-04-22add and enable netmaj package.kei1-1/+2
2001-04-22first import of netmaj-2.0.7 package.kei11-0/+314
from pkg/DESCR: netmaj is a mahjongg game. You can play via network. If you don't find four players, computer plays for you.
2001-04-22add and enable minami-1.0.2.kei1-1/+2
2001-04-22first import of Minami-Sinzyuku adventure 1.0.2 package.kei10-0/+96
from pkg/DESCR: Minami-Sinzyuku Adventure is a text-based adventure game. It was made for BSD Magazine Parody Issue 2001 Vol.1 published on 2001-04-01:-). All written in Japanese.
2001-04-21Remove PATCH_SUM_FILE.wiz1-2/+1
2001-04-21md5 not shared anymore (different patches). Remove DIGEST_FILE line.wiz1-3/+1
2001-04-21Move to sha1 digests, and add distfile sizes.wiz1-6/+11
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz130-274/+421
2001-04-18Don't try to use CE, just call clrtoeol() instead. Fixes build problemssimonb2-2/+33
against a libcurses from December 22, 2000 -current or later. Reported by Matt Green.
2001-04-17Add and enable newvoxrh1-1/+2
2001-04-17Initial import of newvox-1.0, a simple SDL demo of an interactiverh4-0/+25
voxel-style 3D landscape.
2001-04-17Add and enable firerh1-1/+2
2001-04-17Initial import of fire-1.0, a simple SDL demo displaying some fireworks.rh4-0/+25
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc310-847/+672
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-07Update gnome-games to 1.4.0.1. Changes include tons of bugfixes, minorrh3-102/+618
enhancements, and documentation and localisation updates.
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz3-6/+4
lines.
2001-03-31gcc is now default compiler on Zoularis, so remove if ${OPSYS} == "SunOS"zuntum1-5/+1
Suggested by Matthias Scheler.
2001-03-29Update crafty to 18.9. Changes to version 18.8:jlam2-7/+7
18.9 Book() modified to increase the responsiveness of book learning. the new code, plus the default weights for the book parameters now make Crafty learn very aggressively and repeat good opening lines and avoid bad ones.
2001-03-28Update crafty to 18.8. Changes from version 18.7:jlam2-7/+7
18.8 recapture extension turned back on for a while. changes to the evaluation code, particularly EvaluatePawns() to make it more efficient and accurate. IE it was possible for an isolated pawn to be penalized for being isolated, weak, and blocked, which made little sense.
2001-03-28Try to fix PLIST problems by adding symlinks for the linux library manually,wiz2-2/+10
since they aren't created automatically anymore. XXX: a.out-safe?
2001-03-27Change BUILD_DEPENDS semantics:hubertf10-26/+28
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-26Make this work with xpkgwedge.bad1-1/+3
2001-03-24Fix MAKE_ENVzuntum1-9/+2
2001-03-22Force alignment on arm platforms, too. Should fix pkg/11540.wiz2-5/+21
Idea by Martin Husemann. XXX: Could be that other platforms need an appropriate #ifdef here, too, but I don't know which. Probably still broken on LP64.
2001-03-21Update crafty to 18.7. Changes from version 18.6:jlam2-7/+7
18.7 BOOK_CLUSTER_SIZE increased to 2000 to handle making really large books. a book made without this change could produce clusters that would cause memory overwrites.
2001-03-21Revise estimate of required disk space needed to build the enormousjlam1-3/+3
opening book...it's actually more than I originally thought. Also, change the command used to create the book, on the advice of Dr. Hyatt.
2001-03-19Update to 3.0; based on 3.0beta version by the author and color patcheswiz7-93/+32
by Chuck Cranor, and some cleanup by me: now with color-support and 8 new levels.
2001-03-19include `gtk-config --cflags` and `gtk-config --libs` along with thedmcmahill2-5/+5
corresponding glib ones so that gtk headers/libs are found. fixes recently noted bulk build problems
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2