summaryrefslogtreecommitdiff
path: root/games/nethack-qt
AgeCommit message (Collapse)AuthorFilesLines
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-4/+4
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.pooka6-63/+32
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-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-3/+5
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 prerequisiteagc1-3/+3
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 beagc1-3/+3
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-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-04-28update for new qt2 layoutdrochner3-18/+21
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.
2000-04-14Add file forgotten in last commit, this is to fix problem with x11tiles.pooka1-0/+13
2000-04-14Fix problem with x11tiles.pooka3-5/+11
2000-04-06-look in the right place for Qt includes.dmcmahill3-21/+17
-add some extra libs during linking for ELF
2000-03-29update to point at qt-2.0.2. This pkg now compiles again (has been brokendmcmahill4-18/+12
for some time). Leave marked as BROKEN because it complains of not finding a "tiles.xpm" file at run time.
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
1999-12-29Make this BROKEN instead of IGNOREd, because it really is broken at thepooka1-2/+2
moment.
1999-12-24Update the Nethack package to 3.3.0. nethack-qt will be non-functionalpooka7-205/+89
until we get qt2.0 or greater into pkgsrc.
1999-07-09Add package patch-sum filesagc1-0/+4
1999-06-04change dependencies to updated qt-1.44drochner1-2/+2
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-24pkglint: "MASTER_SITES" must come before "DISTFILES".tron1-3/+3
1998-12-31DO NOT REACH OVER INTO ANOTHER PKG'S ${WRKDIR}!tv2-16/+20
This breaks many things, not the least of which are `make fetch-list' and `WRKOBJDIR'.
1998-12-31Newer versions of qt >1.40 seem to need -lXextgarbled1-2/+2
1998-12-29Depend on version 1.42 of "qt" package.tron1-2/+2
1998-08-31Honor OBJMACHINE.matthias1-4/+4
1998-08-31remove original RCS ids from patch file (else the patch will fail).matthias1-18/+1
1998-08-28Add RCS tags to these md5 files.garbled1-0/+2
1998-08-27Oops, forgot the Makefile..garbled1-0/+40
1998-08-27nethack-qt: the QT-Enhanced X11 version of NetHackgarbled7-0/+221