aboutsummaryrefslogtreecommitdiff
path: root/games/xsokoban
Commit message (Collapse)AuthorAgeFilesLines
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* Fix and updates from KATO Tsuguru.Yukihiro Nakai2000-01-226-11/+30
| | | | | | | Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=24924
* Change MAINTAINER address from nacai@iname.comYukihiro Nakai2000-01-071-1/+1
| | | | | | | to nakai@FreeBSD.org Notes: svn path=/head/; revision=24498
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-272-3/+4
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* 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
* Change maitainer's email address,Vanilla I. Shu1999-01-121-4/+4
| | | | | | | and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
* Move manpages from pkg/PLIST to MAN* macro in Makefile.Steve Price1998-09-282-2/+2
| | | | Notes: svn path=/head/; revision=13500
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* update to use latest version (3.3c)Jun-ichiro itojun Hagino1998-04-183-4/+10
| | | | | | | PR: 6222 Notes: svn path=/head/; revision=10561
* Remove unnecessary USE_X11 (implied by USE_IMAKE) and XMKMF (alreadySatoshi Asami1996-11-201-5/+3
| | | | | | | | | | | | defined, why do we need it?). Don't put "x11" in category just because it uses X, or 2/3 of the games would be in x11. Change "mkdir -p" to ${MKDIR}. In case you are wondering why I jumped on this so quickly, these are exactly the things I was fixing on Mr. Nakai's other ports too. ;) Notes: svn path=/head/; revision=4613
* It's not recommended to put the full man page in this file. ;)Satoshi Asami1996-11-201-100/+0
| | | | Notes: svn path=/head/; revision=4612
* Import of xsokoban, a pushing blocks solitaire game.Thomas Gellekum1996-11-208-0/+371
Closes PRs 1801, 2029, 2059. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=4604