summaryrefslogtreecommitdiff
path: root/games/xpacman (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to using USE_ZIP along with minor cleanups to some ports.Justin M. Seger1999-05-011-7/+2
| | | | Notes: svn path=/head/; revision=18296
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Move manpages from pkg/PLIST to MAN* macro in Makefile.Steve Price1998-09-282-2/+2
| | | | Notes: svn path=/head/; revision=13500
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* This port EXEC_DEPENDS on unzip.Joerg Wunsch1995-09-231-2/+2
| | | | Notes: svn path=/head/; revision=2189
* Reorder variables. People, please look at the sample Makefile near theSatoshi Asami1995-08-211-4/+5
| | | | | | | end of the porting section in the Handbook! Notes: svn path=/head/; revision=2095
* Roar Tronæs' X11 version of the pacman game.Joerg Wunsch1995-08-197-0/+57
Notes: svn path=/head/; revision=2082