summaryrefslogtreecommitdiff
path: root/games/doom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | 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
* Mark this port "only for i386".Steve Price1999-06-221-1/+3
| | | | Notes: svn path=/head/; revision=19644
* Remove dead master site.Chris Piazza1999-06-201-3/+2
| | | | Notes: svn path=/head/; revision=19583
* Switch to using USE_ZIP along with minor cleanups to some ports.Justin M. Seger1999-05-011-8/+3
| | | | Notes: svn path=/head/; revision=18296
* Add NO_CDROM. I asked IDsoftware and the reply was:Jean-Marc Zucconi1999-02-101-2/+4
| | | | | | | | "The DOOM source should not be redistributed on any physical media whatsoever." Notes: svn path=/head/; revision=16584
* Fetch the .wad file so that the game is playable.Jean-Marc Zucconi1999-02-103-8/+42
| | | | | | | | | | Files are now installed in share/doom/ and libexec/doom/. bin/doom is now a script. Now the linuxddom port is useful only if one wants joystick support or the musserver program. Notes: svn path=/head/; revision=16582
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-2/+3
| | | | | | | | | | | | | | | | | | | | | | 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
* Add PKGNAME to match directory names.Satoshi Asami1999-01-181-1/+2
| | | | Notes: svn path=/head/; revision=16178
* Move all files from doomsrc/ to doom/Jean-Marc Zucconi1999-01-1514-819/+149
| | | | Notes: svn path=/head/; revision=16057
* Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.Hidetoshi Shimokawa1999-01-071-1/+3
| | | | Notes: svn path=/head/; revision=15902
* Don't write stuff to places other than ${WRKDIR}.Satoshi Asami1998-12-131-6/+5
| | | | Notes: svn path=/head/; revision=15321
* Make this install correctly.Justin M. Seger1998-03-221-1/+1
| | | | | | | PR: 5352 Notes: svn path=/head/; revision=10291
* Correct spelling of MAINTAINER.Justin M. Seger1997-11-291-2/+2
| | | | Notes: svn path=/head/; revision=8883
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-2/+2
| | | | Notes: svn path=/head/; revision=7303
* BUILD_DEPENDS on ld.so;Eric L. Hernes1996-12-192-2/+3
| | | | | | | | modload the linuxulator if we can't run the linux binary in the build process. Notes: svn path=/head/; revision=5039
* Remove unnecessary EXTRACT_SUFX (DISTFILES list is defined).Satoshi Asami1996-12-121-2/+1
| | | | Notes: svn path=/head/; revision=4956
* new port of linux Doom, this has most (maybe all) of Amancio'sEric L. Hernes1996-12-116-0/+840
joystick/music/sound stuff! Notes: svn path=/head/; revision=4933