summaryrefslogtreecommitdiffstats
path: root/games/xsokoban
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify.trevor2004-01-291-0/+1
|
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-201-1/+1
| | | | Submitted by: Oliver Eikemeier
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-201-0/+1
| | | | "perl -pi -e" construction.
* Reset maintainer on ports owned by the following committers who havekris2003-11-031-1/+1
| | | | | | | been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr
* Master site and homepage fixes.naddy2003-03-052-2/+3
| | | | | | PR: 48315 Submitted by: Dunzi Ma <tadalunch@sources.redhat.com> Approved by: maintainer timeout
* Home page moved.naddy2003-03-051-1/+1
| | | | | | PR: 48429 Submitted by: Uwe Pierau <uwe.pierau@tu-clausthal.de> Approved by: maintainer timeout
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionasami2000-04-141-2/+2
| | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
* Fix and updates from KATO Tsuguru.nakai2000-01-226-11/+30
| | | | Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
* Change MAINTAINER address from nacai@iname.comnakai2000-01-071-1/+1
| | | | to nakai@FreeBSD.org
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-272-3/+4
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-3/+3
| | | | chown -> ${CHOWN}
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Change maitainer's email address,vanilla1999-01-121-4/+4
| | | | and BROKEN some gnome ports until I upgrade it.
* Move manpages from pkg/PLIST to MAN* macro in Makefile.steve1998-09-282-2/+2
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* update to use latest version (3.3c)itojun1998-04-183-4/+10
| | | | PR: 6222
* Remove unnecessary USE_X11 (implied by USE_IMAKE) and XMKMF (alreadyasami1996-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. ;)
* It's not recommended to put the full man page in this file. ;)asami1996-11-201-100/+0
|
* Import of xsokoban, a pushing blocks solitaire game.tg1996-11-208-0/+371
Closes PRs 1801, 2029, 2059. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
OpenPOWER on IntegriCloud