aboutsummaryrefslogtreecommitdiff
path: root/games/dontspace
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Fix shebangsDmitry Marakasov2015-09-091-2/+5
| | | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=396480
* Simplify plistBaptiste Daroussin2014-10-311-6/+1
| | | | Notes: svn path=/head/; revision=371908
* - Add staging supportPawel Pekala2014-04-122-4/+7
| | | | | | | - Remove leading article from COMMENT Notes: svn path=/head/; revision=351077
* - Convert to USES+=tkPietro Cerutti2013-11-061-2/+2
| | | | Notes: svn path=/head/; revision=332961
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | games) Notes: svn path=/head/; revision=327730
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-1/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* Reset maintainer at his request.Mark Linimon2007-07-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=195030
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Use TCL/TK 8.4Martin Wilke2007-04-091-4/+4
| | | | | | | | | PR: 110324 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: maintainer timeout Notes: svn path=/head/; revision=189611
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Fix plistKris Kennaway2001-03-101-0/+1
| | | | Notes: svn path=/head/; revision=39394
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-7/+7
| | | | Notes: svn path=/head/; revision=37252
* PORTNAME/PORTVERSION stuffMichael Haro2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27507
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-281-3/+3
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Switch to using tk8.0Justin M. Seger1999-05-091-4/+4
| | | | Notes: svn path=/head/; revision=18623
* Remove empty directories on deinstall.Steve Price1998-09-281-0/+3
| | | | Notes: svn path=/head/; revision=13505
* Remove manpages defined in MAN? macros in games' Makefiles.Satoshi Asami1998-08-131-1/+0
| | | | Notes: svn path=/head/; revision=12487
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-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. Notes: svn path=/head/; revision=9876
* No need to use += for CONFIGURE_ENV here. Remember, bsd.port.mk isSatoshi Asami1997-05-091-2/+2
| | | | | | | included at the end of the Makefile. Notes: svn path=/head/; revision=6439
* Circumvent check for wishx.Thomas Gellekum1997-05-091-1/+2
| | | | Notes: svn path=/head/; revision=6433
* Import a dontspace port. dontspace is a solitaire game for X11Thomas Gellekum1997-05-075-0/+97
modeled after Free Space. Submitted by: John Heidemann <johnh@isi.edu> Notes: svn path=/head/; revision=6426