aboutsummaryrefslogtreecommitdiff
path: root/games/doom-data
Commit message (Collapse)AuthorAgeFilesLines
* Revert Chris Petrik's ports to the pool. Thank you for all your work so ↵Eitan Adler2012-12-101-1/+1
| | | | | | | | | | far, and should you desire to return just let us know. PR: ports/174309 Submitted by: Chris Petrik Notes: svn path=/head/; revision=308576
* - Fix Makefile header, improve COMMENT and port descriptionAlexey Dokuchaev2012-11-223-12/+14
| | | | | | | | | | - Miscellaneous style fixes in Makefile.include Approved by: maintainer (implicit) Feature safe: yes Notes: svn path=/head/; revision=307655
* - Add licenseAlex Kozlov2012-10-061-7/+3
| | | | | | | | | | | - Convert Makefile headers to new style - Update MASTER_SITES PR: ports/172111 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=305342
* Welcome back Chris Petrik <c.petrik.sosa@gmail.com>Eitan Adler2012-09-091-1/+1
| | | | | | | PR: ports/171481 Notes: svn path=/head/; revision=303952
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* Convert to new options frameworkBaptiste Daroussin2012-06-121-14/+14
| | | | Notes: svn path=/head/; revision=299119
* -remove MD5Olli Hauer2011-07-031-4/+0
| | | | Notes: svn path=/head/; revision=276993
* - Reassign ports to heapThomas Abthorpe2011-02-271-1/+1
| | | | | | | Submitted by: alepulver Notes: svn path=/head/; revision=269863
* - Add Backup MASTER_SITESMartin Wilke2009-09-191-1/+2
| | | | | | | | | PR: 138960 Submitted by: Chris Petrik <chris@officialunix.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241720
* - Remove unneeded PKGMESSAGE variable (SUB_FILES sets it).Alejandro Pulver2006-04-242-6/+5
| | | | | | | | | | | | - Fix OPTIONS handling. - Remove '@' from installation command. - Remove USE_REINPLACE. - Bump PORTREVISION. Approved by: garga (mentor) Notes: svn path=/head/; revision=160381
* Change the maintainership address to the @FreeBSD.org one.Alejandro Pulver2006-04-091-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=159200
* - Changed doom-data/Makefile.include to be more similar to bsd.*.mk files,Renato Botelho2005-12-092-30/+23
| | | | | | | | | | | also it doesn't override port's variables. - Change dependant ports PR: ports/90123 Submitted by: maintainer Notes: svn path=/head/; revision=150716
* Fix build if no WAD is selected (this also fixes the build ofSimon Barner2005-11-191-0/+4
| | | | | | | | | | games/doom-{hr, hr2, wolfendoom, hacx} which use this port's Makefile.include PR: ports/89263 Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer) Notes: svn path=/head/; revision=148780
* Add doom-data 1.0.Simon Barner2005-11-176-0/+149
Doom data files (the shareware versions of Doom, Doom II, Hexen, Heretic and Strife). This port is the basis of a new framework that allows DooM ports to share their data files. The cannoical location of those WAD files is ${LOCALBASE}/share/doom (the directory is owned by this port). In order to create your own port for a DooM WAD port, please see games/doom-hr for an example. PR: 86439 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Notes: svn path=/head/; revision=148574