summaryrefslogtreecommitdiff
path: root/games/baduki
AgeCommit message (Collapse)AuthorFilesLines
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-10Work out in which directory xpm and gtk are installed as part of theagc1-5/+3
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 installagc1-3/+6
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-06-30Make this package xpkgwedge-safe by using the new X11PREFIX definitionagc1-3/+3
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-02-05$() -> ${}wiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-27defuzzrh2-7/+7
1999-11-20Build "baduki" with gtk+ 1.2.* instead of old gtk+ 1.0.6. Patch suppliedtron1-4/+3
by Wiz in PR pkg/8806.
1999-09-10Udate baduki to 0.2.9.bad2-4/+4
Changes: Some more patterns and tuning. Enhancements to connect/cut code. Support for the Go Modem Protocol.
1999-07-09Add package patch-sum filesagc1-0/+5
1999-05-02Update to baduki-0.2.7.bad2-4/+4
1999-02-19Adapt to new gtk10 packagerh1-2/+3
1999-01-31Oops, s/BUILD_USES_X11/USE_X11/bad1-2/+2
1999-01-31Baduki is a gtk+ based Go playing program which can also be run under Cgoban.bad8-0/+77