aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/dontspace/Makefile4
-rw-r--r--games/doom/Makefile6
-rw-r--r--games/dopewars/Makefile4
-rw-r--r--games/drm/Makefile6
-rw-r--r--games/dungeon/Makefile4
-rw-r--r--games/empire/Makefile8
-rw-r--r--games/fgfs-base/Makefile9
-rw-r--r--games/fkiss/Makefile6
-rw-r--r--games/flightgear-data/Makefile9
-rw-r--r--games/flightgear/Makefile9
-rw-r--r--games/flying/Makefile6
-rw-r--r--games/freeciv-gtk/Makefile1
-rw-r--r--games/freeciv-gtk2/Makefile10
-rw-r--r--games/freeciv/Makefile10
-rw-r--r--games/freesweep/Makefile6
-rw-r--r--games/frotz/Makefile6
-rw-r--r--games/galaxis/Makefile4
-rw-r--r--games/garith/Makefile4
-rw-r--r--games/gemdropx/Makefile4
-rw-r--r--games/glasteroids/Makefile6
-rw-r--r--games/gleyes/Makefile4
-rw-r--r--games/gltron/Makefile4
-rw-r--r--games/gma/Makefile10
-rw-r--r--games/gno3dtet/Makefile4
24 files changed, 70 insertions, 74 deletions
diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile
index 7fcd8f117b7b..d4659bfab0ca 100644
--- a/games/dontspace/Makefile
+++ b/games/dontspace/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: dontspace
-# Version required: 1.2
# Date created: 26-Apr-97
# Whom: johnh@isi.edu
#
# $FreeBSD$
#
-DISTNAME= dontspace-1.2
+PORTNAME= dontspace
+PORTVERSION= 1.2
CATEGORIES= games tk82
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
diff --git a/games/doom/Makefile b/games/doom/Makefile
index cc90ac5ac2de..46221adc6fef 100644
--- a/games/doom/Makefile
+++ b/games/doom/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: games
-# Version required: 1.8
# Date created: Mon Dec 14 21:03:01 MET 1998
# Whom: jmz
#
# $FreeBSD$
#
-DISTNAME= doomsrc
-PKGNAME= doom-1.8
+PORTNAME= doom
+PORTVERSION= 1.8
CATEGORIES= games
MASTER_SITES?= ftp://ftp.idsoftware.com/idstuff/source/ \
ftp://ftp.stomped.com/pub/idmirror/idstuff/source/ \
ftp://ftp.cdrom.com/pub/idgames/idstuff/source/
+DISTNAME= doomsrc
MAINTAINER= jmz@FreeBSD.org
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile
index 0430ccd28f91..279286041313 100644
--- a/games/dopewars/Makefile
+++ b/games/dopewars/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: dopewars
-# Version required: 1.4.7
# Date created: 16 May 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= dopewars-1.4.7
+PORTNAME= dopewars
+PORTVERSION= 1.4.7
CATEGORIES= games
MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
diff --git a/games/drm/Makefile b/games/drm/Makefile
index ce2f4e538417..cbdf8cda6062 100644
--- a/games/drm/Makefile
+++ b/games/drm/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: drm
-# Version required: 1.0
# Date created: 4 August 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= dr_mario
-PKGNAME= drm-1.0
+PORTNAME= drm
+PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/arcade
+DISTNAME= dr_mario
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
diff --git a/games/dungeon/Makefile b/games/dungeon/Makefile
index ea82d4af050a..c03d04f2edf4 100644
--- a/games/dungeon/Makefile
+++ b/games/dungeon/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: dungeon
-# Version required: 1.0
# Date created: 31 October 1999
# Whom: Ryo MIYAMOTO
#
# $FreeBSD$
#
-DISTNAME= dungeon-1.0
+PORTNAME= dungeon
+PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.gmd.de/if-archive/games/source/
DISTFILES= dungn27s.zip dungn32b.zip
diff --git a/games/empire/Makefile b/games/empire/Makefile
index ec0a5a462648..26365158bfae 100644
--- a/games/empire/Makefile
+++ b/games/empire/Makefile
@@ -1,19 +1,19 @@
# New ports collection makefile for: empire
-# Version required: 1.1
# Date created: 13 May 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= empire
-PKGNAME= empire-1.1
+PORTNAME= empire
+PORTVERSION= 1.1
CATEGORIES= games
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
+DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-WRKSRC= ${WRKDIR}/empire-1.1
+WRKSRC= ${WRKDIR}/${PKGNAME}
MAN6= empire.6
do-install:
diff --git a/games/fgfs-base/Makefile b/games/fgfs-base/Makefile
index d7252c38e840..99ce7284acd6 100644
--- a/games/fgfs-base/Makefile
+++ b/games/fgfs-base/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: flightgear
-# Version required: 0.6.1
# Date created: 26 June 1999
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
#
# $FreeBSD$
#
-DISTNAME= FlightGear-${FLIGHTGEAR_VERSION}
+PORTNAME= FlightGear
+PORTVERSION= 0.6.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \
ftp://ftp.flightgear.org/pub/fgfs/Shared/
DISTFILES= ${DISTNAME}.tar.gz \
- fgfs-base-${FLIGHTGEAR_VERSION}.tar.gz
+ fgfs-base-${PORTVERSION}.tar.gz
MAINTAINER= brian@CSUA.Berkeley.EDU
@@ -20,7 +20,6 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
EXTRACT_ONLY= ${DISTNAME}.tar.gz
-FLIGHTGEAR_VERSION= 0.6.1
.if defined(BUILD_SCENERY_TOOLS)
MASTER_SITES+= ftp://ftp.cs.man.ac.uk/pub/amurta/
DISTFILES+= gfc-0.8.8.1b.tar.gz gpc231.tar.Z
@@ -61,7 +60,7 @@ post-configure:
pre-install:
cd ${PREFIX}; \
- ${TAR} xzf ${DISTDIR}/fgfs-base-${FLIGHTGEAR_VERSION}.tar.gz
+ ${TAR} xzf ${DISTDIR}/fgfs-base-${PORTVERSION}.tar.gz
post-install:
${MV} ${PREFIX}/FlightGear/bin/runfgfs ${PREFIX}/bin
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile
index 738ae243cef7..b89bd842e0d0 100644
--- a/games/fkiss/Makefile
+++ b/games/fkiss/Makefile
@@ -1,15 +1,15 @@
# ports collection makefile for: fkiss
-# Version required: 0.28
# Date created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
# $FreeBSD$
#
-DISTNAME= fkiss028
-PKGNAME= fkiss-0.28
+PORTNAME= fkiss
+PORTVERSION= 0.28
CATEGORIES= games
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/fkiss/
+DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= flathill@FreeBSD.org
diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile
index d7252c38e840..99ce7284acd6 100644
--- a/games/flightgear-data/Makefile
+++ b/games/flightgear-data/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: flightgear
-# Version required: 0.6.1
# Date created: 26 June 1999
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
#
# $FreeBSD$
#
-DISTNAME= FlightGear-${FLIGHTGEAR_VERSION}
+PORTNAME= FlightGear
+PORTVERSION= 0.6.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \
ftp://ftp.flightgear.org/pub/fgfs/Shared/
DISTFILES= ${DISTNAME}.tar.gz \
- fgfs-base-${FLIGHTGEAR_VERSION}.tar.gz
+ fgfs-base-${PORTVERSION}.tar.gz
MAINTAINER= brian@CSUA.Berkeley.EDU
@@ -20,7 +20,6 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
EXTRACT_ONLY= ${DISTNAME}.tar.gz
-FLIGHTGEAR_VERSION= 0.6.1
.if defined(BUILD_SCENERY_TOOLS)
MASTER_SITES+= ftp://ftp.cs.man.ac.uk/pub/amurta/
DISTFILES+= gfc-0.8.8.1b.tar.gz gpc231.tar.Z
@@ -61,7 +60,7 @@ post-configure:
pre-install:
cd ${PREFIX}; \
- ${TAR} xzf ${DISTDIR}/fgfs-base-${FLIGHTGEAR_VERSION}.tar.gz
+ ${TAR} xzf ${DISTDIR}/fgfs-base-${PORTVERSION}.tar.gz
post-install:
${MV} ${PREFIX}/FlightGear/bin/runfgfs ${PREFIX}/bin
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index d7252c38e840..99ce7284acd6 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: flightgear
-# Version required: 0.6.1
# Date created: 26 June 1999
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
#
# $FreeBSD$
#
-DISTNAME= FlightGear-${FLIGHTGEAR_VERSION}
+PORTNAME= FlightGear
+PORTVERSION= 0.6.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \
ftp://ftp.flightgear.org/pub/fgfs/Shared/
DISTFILES= ${DISTNAME}.tar.gz \
- fgfs-base-${FLIGHTGEAR_VERSION}.tar.gz
+ fgfs-base-${PORTVERSION}.tar.gz
MAINTAINER= brian@CSUA.Berkeley.EDU
@@ -20,7 +20,6 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
EXTRACT_ONLY= ${DISTNAME}.tar.gz
-FLIGHTGEAR_VERSION= 0.6.1
.if defined(BUILD_SCENERY_TOOLS)
MASTER_SITES+= ftp://ftp.cs.man.ac.uk/pub/amurta/
DISTFILES+= gfc-0.8.8.1b.tar.gz gpc231.tar.Z
@@ -61,7 +60,7 @@ post-configure:
pre-install:
cd ${PREFIX}; \
- ${TAR} xzf ${DISTDIR}/fgfs-base-${FLIGHTGEAR_VERSION}.tar.gz
+ ${TAR} xzf ${DISTDIR}/fgfs-base-${PORTVERSION}.tar.gz
post-install:
${MV} ${PREFIX}/FlightGear/bin/runfgfs ${PREFIX}/bin
diff --git a/games/flying/Makefile b/games/flying/Makefile
index ef8475f79fa8..e5fb554cdaad 100644
--- a/games/flying/Makefile
+++ b/games/flying/Makefile
@@ -1,12 +1,12 @@
-# New ports collection makefile for: flying-6.20
-# Version required: 6.20
+# New ports collection makefile for: flying
# Date created: 12 Jul 1996
# Whom: searle
#
# $FreeBSD$
#
-DISTNAME= flying-6.20
+PORTNAME= flying
+PORTVERSION= 6.20
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/arcade
diff --git a/games/freeciv-gtk/Makefile b/games/freeciv-gtk/Makefile
index 662f387923f6..5b7364c195f8 100644
--- a/games/freeciv-gtk/Makefile
+++ b/games/freeciv-gtk/Makefile
@@ -1,5 +1,4 @@
# New ports collection makefile for: freeciv-gtk
-# Version required: 1.10.0
# Date created: 29 Feb 2000
# Whom: sheldonh
#
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile
index 191ed392594f..d93cf115709d 100644
--- a/games/freeciv-gtk2/Makefile
+++ b/games/freeciv-gtk2/Makefile
@@ -1,18 +1,18 @@
# New ports collection makefile for: freeciv
-# Version required: 1.10.0
# Date created: Jun 20 1997
# Whom: ada@bsd.org
#
# $FreeBSD$
#
-DISTNAME= freeciv-1.10.0
-.if defined(USE_GTK) && (${USE_GTK} == YES || ${USE_GTK} == yes)
-PKGNAME= freeciv-gtk-1.10.0
-.endif
+PORTNAME= freeciv
+PORTVERSION= 1.10.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/ \
ftp://ftp.pvv.ntnu.no/pub/freeciv/stable_version/
+.if defined(USE_GTK) && (${USE_GTK} == YES || ${USE_GTK} == yes)
+PKGNAMESUFFIX= -gtk
+.endif
MAINTAINER= sheldonh@freebsd.org
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index 191ed392594f..d93cf115709d 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -1,18 +1,18 @@
# New ports collection makefile for: freeciv
-# Version required: 1.10.0
# Date created: Jun 20 1997
# Whom: ada@bsd.org
#
# $FreeBSD$
#
-DISTNAME= freeciv-1.10.0
-.if defined(USE_GTK) && (${USE_GTK} == YES || ${USE_GTK} == yes)
-PKGNAME= freeciv-gtk-1.10.0
-.endif
+PORTNAME= freeciv
+PORTVERSION= 1.10.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/ \
ftp://ftp.pvv.ntnu.no/pub/freeciv/stable_version/
+.if defined(USE_GTK) && (${USE_GTK} == YES || ${USE_GTK} == yes)
+PKGNAMESUFFIX= -gtk
+.endif
MAINTAINER= sheldonh@freebsd.org
diff --git a/games/freesweep/Makefile b/games/freesweep/Makefile
index 7456d8ba9fb2..b231cba2e974 100644
--- a/games/freesweep/Makefile
+++ b/games/freesweep/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: freesweep
-# Version required: 0.87
# Date created: 25 July 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= freesweep
-PKGNAME= freesweep-0.87
+PORTNAME= freesweep
+PORTVERSION= 0.87
CATEGORIES= games
MASTER_SITES= http://www.upl.cs.wisc.edu/~hartmann/sweep/
+DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
diff --git a/games/frotz/Makefile b/games/frotz/Makefile
index b79066b2b25e..c09534b0af34 100644
--- a/games/frotz/Makefile
+++ b/games/frotz/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: frotz
-# Version required: 2.32
# Date created: 16 May 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= UnixFrotz232R2Std10
-PKGNAME= frotz-2.32
+PORTNAME= frotz
+PORTVERSION= 2.32
CATEGORIES= games
MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/
+DISTNAME= UnixFrotz232R2Std10
MAINTAINER= ports@FreeBSD.org
diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile
index 058874d039d8..6b6757125aec 100644
--- a/games/galaxis/Makefile
+++ b/games/galaxis/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: galaxis
-# Version required: 1.1
# Date created: 30 June 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= galaxis-1.1
+PORTNAME= galaxis
+PORTVERSION= 1.1
CATEGORIES= games
MASTER_SITES= ftp://locke.ccil.org/pub/esr/
diff --git a/games/garith/Makefile b/games/garith/Makefile
index 7a5113f6bab9..c2587f991497 100644
--- a/games/garith/Makefile
+++ b/games/garith/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: garith
-# Version required: 2.1
# Date created: 5 August 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= garith-2.1
+PORTNAME= garith
+PORTVERSION= 2.1
CATEGORIES= games
MASTER_SITES= http://www.cnm-vra.com/micah/garith/
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile
index e076fe244fb1..c0aabe38d6fd 100644
--- a/games/gemdropx/Makefile
+++ b/games/gemdropx/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gemdropx
-# Version required: 0.7
# Date created: 9 March 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= gemdropx-0.7
+PORTNAME= gemdropx
+PORTVERSION= 0.7
CATEGORIES= games
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/
diff --git a/games/glasteroids/Makefile b/games/glasteroids/Makefile
index 8abe95d5ec32..0c5cf1bf3f91 100644
--- a/games/glasteroids/Makefile
+++ b/games/glasteroids/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: glasteroids
-# Version required: 1.0
# Date created: 16 August 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= Glasteriods
-PKGNAME= glasteroids-1.0
+PORTNAME= glasteroids
+PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= http://www.honors.montana.edu/~jjc/Glasteroids/
+DISTNAME= Glasteriods
MAINTAINER= will@FreeBSD.org
diff --git a/games/gleyes/Makefile b/games/gleyes/Makefile
index e5faa1fae21e..c20a59be0d29 100644
--- a/games/gleyes/Makefile
+++ b/games/gleyes/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gleyes
-# Version required: 0.2
# Date created: 2 December 1998
# Whom: Malte Lance <malte.lance@gmx.net>
#
# $FreeBSD$
#
-DISTNAME= gleyes-0.2
+PORTNAME= gleyes
+PORTVERSION= 0.2
CATEGORIES= games
MASTER_SITES= ftp://ftp.kddlabs.co.jp/.1/X11/acontrib/gleyes/ \
ftp://ftp.riken.go.jp/pub/X11/acontrib/gleyes/ \
diff --git a/games/gltron/Makefile b/games/gltron/Makefile
index cd4ef67ecac1..dc1873beeb04 100644
--- a/games/gltron/Makefile
+++ b/games/gltron/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gltron
-# Version required: 0.53
# Date created: 24 July 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= gltron-0.53
+PORTNAME= gltron
+PORTVERSION= 0.53
CATEGORIES= games
MASTER_SITES= http://www.ards.net/Andreas/gltron/
diff --git a/games/gma/Makefile b/games/gma/Makefile
index eef0736904f5..f25e4de712ea 100644
--- a/games/gma/Makefile
+++ b/games/gma/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: gma
-# Version required: 0.5
# Date created: 22 June 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $FreeBSD$
#
-DISTNAME= gma-0.5
-CATEGORIES= games
-MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/
+PORTNAME= gma
+PORTVERSION= 0.5
+CATEGORIES= games
+MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/
-MAINTAINER= ijliao@csie.nctu.edu.tw
+MAINTAINER= ijliao@csie.nctu.edu.tw
GNU_CONFIGURE= yes
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile
index 19c485b4a5d9..87cf871bb0d7 100644
--- a/games/gno3dtet/Makefile
+++ b/games/gno3dtet/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gno3dtet
-# Version required: 1.0.0
# Date created: 21 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= gno3dtet-1.0.0
+PORTNAME= gno3dtet
+PORTVERSION= 1.0.0
CATEGORIES= games
MASTER_SITES= ftp://webdat.com/pub/seb/gno3dtet/
EXTRACT_SUFX= .tgz