diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
commit | 53877c9f645ddedab9a5f167859019ea3a6e8a6f (patch) | |
tree | fc33134c759ae5dde8d5dd09a7b45e70fc8afd53 /games | |
parent | 2aa1428ec175749eedeb8e8e43420e2f545e475f (diff) | |
download | FreeBSD-ports-53877c9f645ddedab9a5f167859019ea3a6e8a6f.zip FreeBSD-ports-53877c9f645ddedab9a5f167859019ea3a6e8a6f.tar.gz |
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
Diffstat (limited to 'games')
-rw-r--r-- | games/acm/Makefile | 4 | ||||
-rw-r--r-- | games/golddig/Makefile | 1 | ||||
-rw-r--r-- | games/jetpack/Makefile | 1 | ||||
-rw-r--r-- | games/nethack/Makefile | 3 | ||||
-rw-r--r-- | games/nethack3-tty/Makefile | 3 | ||||
-rw-r--r-- | games/nethack3/Makefile | 3 | ||||
-rw-r--r-- | games/nethack32/Makefile | 3 | ||||
-rw-r--r-- | games/nethack33-nox11/Makefile | 3 | ||||
-rw-r--r-- | games/nethack33/Makefile | 3 | ||||
-rw-r--r-- | games/nethack34-nox11/Makefile | 3 | ||||
-rw-r--r-- | games/nethack34/Makefile | 3 | ||||
-rw-r--r-- | games/oneko/Makefile | 3 | ||||
-rw-r--r-- | games/xasteroids/Makefile | 3 | ||||
-rw-r--r-- | games/xboard/Makefile | 3 | ||||
-rw-r--r-- | games/xboing/Makefile | 1 | ||||
-rw-r--r-- | games/xchomp/Makefile | 3 | ||||
-rw-r--r-- | games/xemeraldia/Makefile | 3 | ||||
-rw-r--r-- | games/xinvaders/Makefile | 3 | ||||
-rw-r--r-- | games/xjewel/Makefile | 1 | ||||
-rw-r--r-- | games/xlife/Makefile | 3 | ||||
-rw-r--r-- | games/xmille/Makefile | 3 | ||||
-rw-r--r-- | games/xmine/Makefile | 3 | ||||
-rw-r--r-- | games/xminesweep/Makefile | 1 | ||||
-rw-r--r-- | games/xmj/Makefile | 3 | ||||
-rw-r--r-- | games/xmris/Makefile | 1 | ||||
-rw-r--r-- | games/xpipeman/Makefile | 3 | ||||
-rw-r--r-- | games/xrisk/Makefile | 3 | ||||
-rw-r--r-- | games/xrobots/Makefile | 3 | ||||
-rw-r--r-- | games/xsol/Makefile | 3 |
29 files changed, 53 insertions, 23 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile index 6f9124f..f912bd2 100644 --- a/games/acm/Makefile +++ b/games/acm/Makefile @@ -3,14 +3,16 @@ # Date created: 5 March 1995 # Whom: joerg # -# $Id: Makefile,v 1.1.1.1 1995/03/05 23:32:25 joerg Exp $ +# $Id: Makefile,v 1.2 1995/03/28 04:07:14 gpalmer Exp $ # DISTNAME= acm WRKSRC= ${WRKDIR}/acm USE_IMAKE= yes MASTER_SITES= ftp://hpsystem2.informatik.tu-muenchen.de/pub/comp/usenet/comp.sources.x/acm/ +CATEGORIES+= games MASTER_SITES+= ftp://sally.bl.physik.tu-muenchen.de/a/tum1.leo.org/archive/isar/.mntpts/tum.info-pub1/pub/comp/usenet/comp.sources.x/acm/ +CATEGORIES+= games .include <bsd.port.mk> diff --git a/games/golddig/Makefile b/games/golddig/Makefile index ab085ec..5348fed 100644 --- a/games/golddig/Makefile +++ b/games/golddig/Makefile @@ -1,5 +1,6 @@ DISTNAME= golddig2 MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/ +CATEGORIES+= games EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index fb8fae5..c6215ca 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -2,6 +2,7 @@ DISTNAME= jetpack DISTFILES= jetpack.tar.Z USE_IMAKE= yes MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/ +CATEGORIES+= games MAKE_FLAGS= PREFIX=${PREFIX} -f .include <bsd.port.mk> diff --git a/games/nethack/Makefile b/games/nethack/Makefile index d5e0371..346fcc2 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -3,12 +3,13 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ +# $Id: Makefile,v 1.2 1995/03/30 09:49:57 ats Exp $ # DISTNAME= nethack3.1.3 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/ +CATEGORIES+= games MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes diff --git a/games/nethack3-tty/Makefile b/games/nethack3-tty/Makefile index d5e0371..346fcc2 100644 --- a/games/nethack3-tty/Makefile +++ b/games/nethack3-tty/Makefile @@ -3,12 +3,13 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ +# $Id: Makefile,v 1.2 1995/03/30 09:49:57 ats Exp $ # DISTNAME= nethack3.1.3 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/ +CATEGORIES+= games MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes diff --git a/games/nethack3/Makefile b/games/nethack3/Makefile index d5e0371..346fcc2 100644 --- a/games/nethack3/Makefile +++ b/games/nethack3/Makefile @@ -3,12 +3,13 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ +# $Id: Makefile,v 1.2 1995/03/30 09:49:57 ats Exp $ # DISTNAME= nethack3.1.3 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/ +CATEGORIES+= games MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile index d5e0371..346fcc2 100644 --- a/games/nethack32/Makefile +++ b/games/nethack32/Makefile @@ -3,12 +3,13 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ +# $Id: Makefile,v 1.2 1995/03/30 09:49:57 ats Exp $ # DISTNAME= nethack3.1.3 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/ +CATEGORIES+= games MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile index d5e0371..346fcc2 100644 --- a/games/nethack33-nox11/Makefile +++ b/games/nethack33-nox11/Makefile @@ -3,12 +3,13 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ +# $Id: Makefile,v 1.2 1995/03/30 09:49:57 ats Exp $ # DISTNAME= nethack3.1.3 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/ +CATEGORIES+= games MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index d5e0371..346fcc2 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -3,12 +3,13 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ +# $Id: Makefile,v 1.2 1995/03/30 09:49:57 ats Exp $ # DISTNAME= nethack3.1.3 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/ +CATEGORIES+= games MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes diff --git a/games/nethack34-nox11/Makefile b/games/nethack34-nox11/Makefile index d5e0371..346fcc2 100644 --- a/games/nethack34-nox11/Makefile +++ b/games/nethack34-nox11/Makefile @@ -3,12 +3,13 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ +# $Id: Makefile,v 1.2 1995/03/30 09:49:57 ats Exp $ # DISTNAME= nethack3.1.3 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/ +CATEGORIES+= games MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index d5e0371..346fcc2 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -3,12 +3,13 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ +# $Id: Makefile,v 1.2 1995/03/30 09:49:57 ats Exp $ # DISTNAME= nethack3.1.3 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/ +CATEGORIES+= games MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes diff --git a/games/oneko/Makefile b/games/oneko/Makefile index 09613df..6fffb0b 100644 --- a/games/oneko/Makefile +++ b/games/oneko/Makefile @@ -3,12 +3,13 @@ # Date created: 5 December 1994 # Whom: asami # -# $Id: Makefile,v 1.2 1995/02/11 13:49:05 asami Exp $ +# $Id: Makefile,v 1.3 1995/03/24 11:08:36 asami Exp $ # DISTNAME= oneko-1.1b USE_IMAKE= yes MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ +CATEGORIES+= games MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/oneko diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile index ba9d398..1e7c3c5 100644 --- a/games/xasteroids/Makefile +++ b/games/xasteroids/Makefile @@ -2,11 +2,12 @@ # Date created: 3 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.2 1995/01/29 22:00:24 ats Exp $ +# $Id: Makefile,v 1.3 1995/02/11 13:49:06 asami Exp $ # DISTNAME= xasteroids MASTER_SITES= ftp://calypso-2.oit.unc.edu/pub/X11/contrib/ +CATEGORIES+= games EXTRACT_SUFX= .sh.Z EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s ) EXTRACT_ARGS= < diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 94e14bc..c903245 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -3,11 +3,12 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1995/01/03 00:44:29 swallace Exp $ +# $Id: Makefile,v 1.2 1995/02/13 19:17:17 ats Exp $ # DISTNAME= xboard-3.2.pl0 MASTER_SITES= ftp://ftp.x.org/contrib/games/ +CATEGORIES+= games HAS_CONFIGURE= yes STRIP= CONFIGURE_ARGS= --prefix=${PREFIX} diff --git a/games/xboing/Makefile b/games/xboing/Makefile index 66c4588..03b4593 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -8,6 +8,7 @@ DISTNAME= xboing2.2 EXTRACT_SUFX= .tar.gz USE_IMAKE= yes MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/games/ +CATEGORIES+= games LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm .include <bsd.port.mk> diff --git a/games/xchomp/Makefile b/games/xchomp/Makefile index 3e6be37..21aacbd 100644 --- a/games/xchomp/Makefile +++ b/games/xchomp/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1995/01/04 08:59:25 swallace Exp $ # DISTNAME= xchomp @@ -13,6 +13,7 @@ NO_INSTALL_MANPAGES= yes #Original sources in multi-part compressed shell archive #DISTFILES= part01.Z part02.Z part03.Z part04.Z part05.Z patch1.Z #MASTER_SITES= ftp://ftp.wustl.edu/usenet/comp.sources.x/volume06 +CATEGORIES+= games #Change -DFRAME_DELAY=40000 in patchfile/Imakefile value to adjust #speed of play depending on X server. diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index 6b93465..5b09e45 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -3,12 +3,13 @@ # Date created: 22 Mar 1995 # Whom: asami # -# $Id: Makefile,v 1.5 1995/03/25 04:30:54 asami Exp $ +# $Id: Makefile,v 1.6 1995/03/28 09:20:05 asami Exp $ # DISTNAME= xemeraldia-0.3 DISTFILES= 271.gz MASTER_SITES= ftp://ftp.kuis.kyoto-u.ac.jp/News.Archives/fj.sources/1995/ +CATEGORIES+= games MAINTAINER= asami@FreeBSD.ORG USE_IMAKE= yes NO_INSTALL_MANPAGES= yes diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index a219129..9e714ae 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -3,11 +3,12 @@ # Date created: 3 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.2 1995/02/11 13:49:10 asami Exp $ +# $Id: Makefile,v 1.3 1995/03/28 04:13:27 gpalmer Exp $ # DISTNAME= xinvaders MASTER_SITES= ftp://romulus.ucs.uoknor.edu/Linux/sunsite/games/x11/action/ +CATEGORIES+= games USE_IMAKE= yes .include <bsd.port.mk> diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index 211c45e..de0e0f8 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -1,6 +1,7 @@ DISTNAME= xjewel-1.6 DISTFILES= xjewel-1.6.tar.z MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ +CATEGORIES+= games USE_IMAKE= yes pre-install: diff --git a/games/xlife/Makefile b/games/xlife/Makefile index 1ddfb0c..b6d6650 100644 --- a/games/xlife/Makefile +++ b/games/xlife/Makefile @@ -3,11 +3,12 @@ # Date created: 15 March 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1995/03/16 09:19:17 asami Exp $ +# $Id: Makefile,v 1.2 1995/03/24 11:08:48 asami Exp $ # DISTNAME= xlife MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11/R5-contrib/ +CATEGORIES+= games MAINTAINER= asami@FreeBSD.ORG EXTRACT_SUFX= .tar.Z USE_IMAKE= yes diff --git a/games/xmille/Makefile b/games/xmille/Makefile index 72d1eeb..baf3133 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -3,11 +3,12 @@ # Date created: 30 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1994/12/31 05:34:26 swallace Exp $ +# $Id: Makefile,v 1.2 1995/02/11 13:49:12 asami Exp $ # DISTNAME= xmille MASTER_SITES= ftp://gatekeeper.dec.com/.b/X11-contrib/ +CATEGORIES+= games USE_IMAKE= yes EXTRACT_SUFX= .tar.Z NO_WRKSUBDIR= yes diff --git a/games/xmine/Makefile b/games/xmine/Makefile index 58d71ac..2fd2fa1 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -3,10 +3,11 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.3 1995/01/21 17:27:39 ats Exp $ +# $Id: Makefile,v 1.4 1995/02/11 13:49:14 asami Exp $ # DISTNAME= xmine-1.0.3-Xaw +CATEGORIES+= games USE_IMAKE= yes LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile index d5d4aae..a1aad73 100644 --- a/games/xminesweep/Makefile +++ b/games/xminesweep/Makefile @@ -8,5 +8,6 @@ DISTNAME= xminesweep3.0 EXTRACT_SUFX= .tar.Z USE_IMAKE= yes MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/games/ +CATEGORIES+= games .include <bsd.port.mk> diff --git a/games/xmj/Makefile b/games/xmj/Makefile index 33f5911..fc07dd3 100644 --- a/games/xmj/Makefile +++ b/games/xmj/Makefile @@ -2,11 +2,12 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1995/01/03 08:49:55 swallace Exp $ +# $Id: Makefile,v 1.2 1995/01/04 06:29:36 swallace Exp $ # DISTNAME= xmj MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/demos/ +CATEGORIES+= games USE_IMAKE= yes NO_INSTALL_MANPAGES= yes diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 200b3f8..8532b98 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -2,6 +2,7 @@ DISTNAME= xmris.4.02 USE_GMAKE= yes USE_IMAKE= yes MASTER_SITES= ftp://ftp.x.org/R5contrib/ +CATEGORIES+= games MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f .include <bsd.port.mk> diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index 59fb5ef..1976a44 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -2,11 +2,12 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1995/01/03 08:48:44 swallace Exp $ +# $Id: Makefile,v 1.2 1995/02/11 13:49:19 asami Exp $ # DISTNAME= xpipeman MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/ +CATEGORIES+= games EXTRACT_SUFX= .tar.Z USE_IMAKE= yes diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 8135128..097f44c 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -3,11 +3,12 @@ # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1995/01/04 08:59:25 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1995/02/05 09:40:08 jmacd Exp $ # DISTNAME= xrisk-2.13 MASTER_SITES= ftp://geocub.greco-prog.fr/pub/Games/ +CATEGORIES+= games EXTRACT_SUFX= .tar.Z .include <bsd.port.mk> diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index 6ee728d..e589410 100644 --- a/games/xrobots/Makefile +++ b/games/xrobots/Makefile @@ -2,11 +2,12 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1995/01/03 08:47:58 swallace Exp $ +# $Id: Makefile,v 1.2 1995/02/11 13:49:25 asami Exp $ # DISTNAME= xrobots MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/games/ +CATEGORIES+= games USE_IMAKE= yes .include <bsd.port.mk> diff --git a/games/xsol/Makefile b/games/xsol/Makefile index cb5e34c..23ecae6 100644 --- a/games/xsol/Makefile +++ b/games/xsol/Makefile @@ -3,11 +3,12 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.2 1995/02/11 13:49:27 asami Exp $ +# $Id: Makefile,v 1.3 1995/03/28 04:18:16 gpalmer Exp $ # DISTNAME= xsol-new MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/games/ +CATEGORIES+= games USE_IMAKE= yes .include <bsd.port.mk> |