aboutsummaryrefslogtreecommitdiffstats
path: root/games/klondike
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5ohauer2011-07-031-1/+0
|
* - Change default Tcl/Tk version to 8.5mm2009-02-231-1/+1
| | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav)
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-1/+1
| | | | With hat: portmgr
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Convert existing ports to a new bsd.tcl.mk orderpav2007-04-031-3/+6
| | | | | | PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
* - Use TCL/TK 8.4miwi2007-03-161-4/+4
| | | | | | PR: 110325 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: maintainer
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Fix plist.krion2004-08-151-1/+1
|
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix plistkris2001-03-111-0/+4
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-8/+8
|
* update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefilemharo2000-04-141-2/+2
|
* Switch to tcl/tk 8.2jseger1999-11-061-3/+3
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Update to version 1.9.steve1999-02-222-7/+7
| | | | | PR: 10010 Submitted by: maintainer
* Remove manpages defined in MAN? macros in games' Makefiles.asami1998-08-131-1/+0
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* Add tk virtual category where missing. List of ports which depend on tkfenner1998-02-221-2/+2
| | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender.
* No need to use += for CONFIGURE_ENV here. Remember, bsd.port.mk isasami1997-05-101-2/+2
| | | | included at the end of the Makefile.
* Circumvent check for wishx.tg1997-05-091-1/+2
|
* Oops, forgot RUN_DEPENDS.tg1997-05-071-1/+3
|
* Import of a klondike port. Klondike is a solitaire game for X11.tg1997-05-075-0/+97
Submitted by: John Heidemann <johnh@isi.edu>