summaryrefslogtreecommitdiff
path: root/games/xlife/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75954
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-071-2/+0
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵David W. Chapman Jr.2001-09-231-2/+1
| | | | | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will Notes: svn path=/head/; revision=48126
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* Fix MASTER_SITES.SADA Kenji2000-03-051-1/+1
| | | | | | | | PR: ports/17163 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26577
* Fix MASTER_SITES and rearrange install target.Steve Price1999-12-101-11/+9
| | | | | | | | PR: 15380 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23751
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Add a trailing '/' to the end of a MASTER_SITEChris Piazza1999-08-271-1/+1
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=21017
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Update MASTER_SITESChris Piazza1999-08-181-3/+3
| | | | | | | | PR: 13238 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20797
* Remove bad MASTER_SITEs and add more good ones.Justin M. Seger1998-10-031-4/+3
| | | | Notes: svn path=/head/; revision=13608
* Move manpages from pkg/PLIST to MAN* macro in Makefile and add a bunchSteve Price1998-09-281-1/+2
| | | | | | | of files pkg/PLIST forgot. Notes: svn path=/head/; revision=13501
* Be more selective about which ports to maintain. I no longer have timeSatoshi Asami1997-12-251-2/+2
| | | | | | | to maintain all these ports I once committed (sometimes as a proxy). Notes: svn path=/head/; revision=9184
* Seems the "R5contrib" dir finally disappeared from ftp.x.org.Satoshi Asami1997-09-091-3/+3
| | | | | | | Reminded by: Bill Fenner's distfile checker Notes: svn path=/head/; revision=7821
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andDavid E. O'Brien1997-01-031-2/+4
| | | | | | | | | | | | | MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR} Notes: svn path=/head/; revision=5186
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* And here comes the next round of Makefile updates, for games. Folks,Satoshi Asami1995-04-111-4/+6
| | | | | | | | | there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks.... Notes: svn path=/head/; revision=1325
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-241-1/+2
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* John Horton Conway's Game of Life, taken from R5-contrib archives.Satoshi Asami1995-03-161-0/+18
Notes: svn path=/head/; revision=1141