summaryrefslogtreecommitdiff
path: root/games/doom/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-3/+3
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53954
* Fix build on -currentKris Kennaway2002-01-261-0/+3
| | | | Notes: svn path=/head/; revision=53767
* PORTNAME/PORTVERSION stuffMichael Haro2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27507
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* 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-101-5/+21
| | | | | | | | | | 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-151-20/+22
| | | | 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
* 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-191-1/+2
| | | | | | | | 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-111-0/+35
joystick/music/sound stuff! Notes: svn path=/head/; revision=4933