aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/fkiss/Makefile2
-rw-r--r--games/gnome-games/Makefile6
-rw-r--r--games/gnomechess/Makefile6
-rw-r--r--games/gnomegames/Makefile6
-rw-r--r--games/gnomegames2/Makefile6
-rw-r--r--games/gnuchess/Makefile6
-rw-r--r--games/gnugo/Makefile4
-rw-r--r--games/gnushogi/Makefile6
-rw-r--r--games/golddig/Makefile6
-rw-r--r--games/gracer/Makefile4
-rw-r--r--games/gru/Makefile4
-rw-r--r--games/gtetrinet/Makefile4
-rw-r--r--games/gtkabale/Makefile4
-rw-r--r--games/gtkballs/Makefile4
-rw-r--r--games/heretic/Makefile6
-rw-r--r--games/hex/Makefile4
-rw-r--r--games/icbm3d/Makefile6
-rw-r--r--games/ifm/Makefile6
-rw-r--r--games/imaze/Makefile5
-rw-r--r--games/inform/Makefile4
-rw-r--r--games/ishido/Makefile4
-rw-r--r--games/jetpack/Makefile8
-rw-r--r--games/jzip/Makefile6
-rw-r--r--games/kbubbles/Makefile4
-rw-r--r--games/kdegames11/Makefile4
-rw-r--r--games/kdegames2/Makefile4
-rw-r--r--games/kdegames3/Makefile4
-rw-r--r--games/kdegames4/Makefile4
-rw-r--r--games/klondike/Makefile4
-rw-r--r--games/krogue/Makefile4
-rw-r--r--games/krubik/Makefile4
-rw-r--r--games/ktamaga/Makefile4
-rw-r--r--net/kmud/Makefile4
33 files changed, 78 insertions, 79 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile
index b89bd842e0d0..732759b72436 100644
--- a/games/fkiss/Makefile
+++ b/games/fkiss/Makefile
@@ -9,7 +9,7 @@ PORTNAME= fkiss
PORTVERSION= 0.28
CATEGORIES= games
MASTER_SITES= http://www.oersted.co.jp/~yav/soft/fkiss/
-DISTNAME= ${PORTNAME}${PORTVERSION}
+DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= flathill@FreeBSD.org
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 292e4eca57c2..d90a50c052ea 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: gnomegames
-# Version required: 1.0.51
# Date created: 03 July 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= gnome-games-1.0.51
-PKGNAME= gnomegames-1.0.51
+PORTNAME= gnomegames
+PORTVERSION= 1.0.51
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-games
+DISTNAME= gnome-games-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
diff --git a/games/gnomechess/Makefile b/games/gnomechess/Makefile
index 095a5ed0b60d..6d7c82228e83 100644
--- a/games/gnomechess/Makefile
+++ b/games/gnomechess/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: gnomechess
-# Version required: 0.2.4
# Date created: 29 January 2000
# Whom: Jeremy Lea <reg@shale.csir.co.za>
#
# $FreeBSD$
#
-DISTNAME= gnome-chess-0.2.4
-PKGNAME= gnomechess-0.2.4
+PORTNAME= gnomechess
+PORTVERSION= 0.2.4
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-chess
+DISTNAME= gnome-chess-${PORTVERSION}
MAINTAINER= reg@FreeBSD.org
diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile
index 292e4eca57c2..d90a50c052ea 100644
--- a/games/gnomegames/Makefile
+++ b/games/gnomegames/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: gnomegames
-# Version required: 1.0.51
# Date created: 03 July 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= gnome-games-1.0.51
-PKGNAME= gnomegames-1.0.51
+PORTNAME= gnomegames
+PORTVERSION= 1.0.51
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-games
+DISTNAME= gnome-games-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile
index 292e4eca57c2..d90a50c052ea 100644
--- a/games/gnomegames2/Makefile
+++ b/games/gnomegames2/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: gnomegames
-# Version required: 1.0.51
# Date created: 03 July 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= gnome-games-1.0.51
-PKGNAME= gnomegames-1.0.51
+PORTNAME= gnomegames
+PORTVERSION= 1.0.51
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-games
+DISTNAME= gnome-games-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile
index 28439a1b6762..3915988703ed 100644
--- a/games/gnuchess/Makefile
+++ b/games/gnuchess/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: Gnu Chess
-# Version required: 4.0pl79
# Date created: 04 July 1996
# Whom: markm
#
# $FreeBSD$
#
-DISTNAME= gnuchess-4.0.pl80
-PKGNAME= gnuchess-4.0.80
+PORTNAME= gnuchess
+PORTVERSION= 4.0.80
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnuchess
+DISTNAME= gnuchess-4.0.pl80
MAINTAINER= markm@FreeBSD.org
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile
index 4c0ba9753f42..af83e42c6410 100644
--- a/games/gnugo/Makefile
+++ b/games/gnugo/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gnugo
-# Version required: 2.4
# Date created: 29 December 1996
# Whom: jseger@scds.com
#
# $FreeBSD$
#
-DISTNAME= gnugo-2.4
+PORTNAME= gnugo
+PORTVERSION= 2.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnugo
diff --git a/games/gnushogi/Makefile b/games/gnushogi/Makefile
index b39a8419b2bc..341a39c807af 100644
--- a/games/gnushogi/Makefile
+++ b/games/gnushogi/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: gnushogi
-# Version required: 1.2p03
# Date created: 9 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= gnushogi-1.2p03
-PKGNAME= gnushogi-1.2.3
+PORTNAME= gnushogi
+PORTVERSION= 1.2.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnushogi
+DISTNAME= gnushogi-1.2p03
MAINTAINER= nakai@FreeBSD.org
diff --git a/games/golddig/Makefile b/games/golddig/Makefile
index 41eb0d87323e..84adbff661d0 100644
--- a/games/golddig/Makefile
+++ b/games/golddig/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: golddig
-# Version required: 2
# Date created: 20 November 1994
# Whom: jmz
#
# $FreeBSD$
#
-DISTNAME= golddig2
-PKGNAME= golddig-2.0
+PORTNAME= golddig
+PORTVERSION= 2.0
CATEGORIES= games
MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
+DISTNAME= golddig2
EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org
diff --git a/games/gracer/Makefile b/games/gracer/Makefile
index 34082154aca5..bcb8ee4a6977 100644
--- a/games/gracer/Makefile
+++ b/games/gracer/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gracer
-# Version required: 0.1.4
# Date created: Fri Jul 30 20:50:16 MET DST 1999
# Whom: nox@jelal.kn-bremen.de
#
# $FreeBSD$
#
-DISTNAME= gracer-0.1.4
+PORTNAME= gracer
+PORTVERSION= 0.1.4
CATEGORIES= games
MASTER_SITES= http://arch.comp.kyutech.ac.jp/~matsu/my_products/gtk/race/
diff --git a/games/gru/Makefile b/games/gru/Makefile
index b766d40459bc..814480879194 100644
--- a/games/gru/Makefile
+++ b/games/gru/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gru
-# Version required: 8087
# Date created: 21 Sep 1999
# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= gru-8087
+PORTNAME= gru
+PORTVERSION= 8087
CATEGORIES= games
MASTER_SITES= http://hp.vector.co.jp/authors/VA004959/gru/
diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile
index fb52b01fb319..9c1fa4a7ca23 100644
--- a/games/gtetrinet/Makefile
+++ b/games/gtetrinet/Makefile
@@ -1,11 +1,11 @@
# New ports collection makefile for: gtetrinet
-# Version required: 0.4
# Date created: 27 Feb 2000
# Whom: Dan Papasian <bugg@bugg.strangled.net>
#
# $FreeBSD$
-DISTNAME= gtetrinet-0.4
+PORTNAME= gtetrinet
+PORTVERSION= 0.4
CATEGORIES= games
MASTER_SITES= http://gtetrinet.netpedia.net/cgi-bin/download.cgi/
diff --git a/games/gtkabale/Makefile b/games/gtkabale/Makefile
index 333e6dec0802..ae5de647e649 100644
--- a/games/gtkabale/Makefile
+++ b/games/gtkabale/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gtkabale
-# Version required: 0.3
# Date created: 30 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= gtkabale-0.3
+PORTNAME= gtkabale
+PORTVERSION= 0.3
CATEGORIES= games
MASTER_SITES= ftp://ftp.seindal.dk/pub/rene/
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile
index b3cd7961694a..82102ccad076 100644
--- a/games/gtkballs/Makefile
+++ b/games/gtkballs/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gtkballs
-# Version required: 1.04
# Date created: 11 November 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= gtkballs-1.04
+PORTNAME= gtkballs
+PORTVERSION= 1.04
CATEGORIES= games
MASTER_SITES= ftp://lucifer.dorms.spbu.ru/pub/Linux/games/ \
http://lucifer.dorms.spbu.ru/gtkballs/ \
diff --git a/games/heretic/Makefile b/games/heretic/Makefile
index e0e5f2c63a03..c9d76d84f23e 100644
--- a/games/heretic/Makefile
+++ b/games/heretic/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: glheretic
-# Version required: 1.0
# Date created: 04 Feb 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= glheretic-1.0
-PKGNAME= heretic-1.0
+PORTNAME= heretic
+PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= http://www.raven-games.com/linuxheretic/heretic/src/ \
http://www.raven-games.com/linuxheretic/wad/
+DISTNAME= glheretic-1.0
.if !defined(NO_WAD)
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} heretic_share.wad.gz
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/games/hex/Makefile b/games/hex/Makefile
index b8d360db6717..41cf549ea2c3 100644
--- a/games/hex/Makefile
+++ b/games/hex/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: Hex
-# Version required: 0.0.2
# Date created: 9 Aug 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= hex-0.0.2
+PORTNAME= hex
+PORTVERSION= 0.0.2
CATEGORIES= games
MASTER_SITES= http://www.nott.ac.uk/~psystrj/ \
http://www.psn.net/~andrews/dist/
diff --git a/games/icbm3d/Makefile b/games/icbm3d/Makefile
index e97594312a33..e66c06a151f9 100644
--- a/games/icbm3d/Makefile
+++ b/games/icbm3d/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: icbm3d
-# Version required: 0.4
# Date created: 20 March 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= icbm3d.0.4
-PKGNAME= icbm3d-0.4
+PORTNAME= icbm3d
+PORTVERSION= 0.4
CATEGORIES= games
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/icbm3d/
+DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
diff --git a/games/ifm/Makefile b/games/ifm/Makefile
index 00a52b6528e2..4bb8ba5839ce 100644
--- a/games/ifm/Makefile
+++ b/games/ifm/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: ifm
-# Version required: 3.0
# Date created: Mon Oct 12 12:32:07 EDT 1998
# Whom: Dave Chapeskie <dchapes@ddm.on.ca>
#
# $FreeBSD$
#
-DISTNAME= ifm41
-PKGNAME= ifm-4.1
+PKGNAME= ifm
+PORTVERSION= 4.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.gmd.de/if-archive/mapping-tools/
MASTER_SITES= ftp://ftp.gmd.de/if-archive/mapping-tools/ \
@@ -16,6 +15,7 @@ MASTER_SITES= ftp://ftp.gmd.de/if-archive/mapping-tools/ \
ftp://ftp.funet.fi/pub/misc/if-archive/mapping-tools/ \
ftp://mirror.aarnet.edu.au/pub/if-archive/mapping-tools/ \
ftp://ftp.nodomainname.net/pub/mirrors/if-archive/mapping-tools/
+DISTNAME= ifm41
EXTRACT_SUFX= .tgz
MAINTAINER= dchapes@ddm.on.ca
diff --git a/games/imaze/Makefile b/games/imaze/Makefile
index cde637c3655c..e781d2f9b23a 100644
--- a/games/imaze/Makefile
+++ b/games/imaze/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: imaze
-# Version required: 1.3
# Date created: 27. April 1996
# Whom: Ronald Kuehn <kuehn@rz.tu-clausthal.de>
#
# $FreeBSD$
#
-DISTNAME= imaze
-PKGNAME= imaze-1.3
+PKGNAME= imaze
+PORTVERSION= 1.3
CATEGORIES= games
MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/games/imaze/ \
ftp://ftp.tu-clausthal.de/pub/unix/games/imaze/sounds/
diff --git a/games/inform/Makefile b/games/inform/Makefile
index 9c105992900d..22827e248e58 100644
--- a/games/inform/Makefile
+++ b/games/inform/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: inform
-# Version required: 6.21 (Library: 6/10)
# Date created: 28 June 1998
# Whom: Matthew Hunt <mph@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= inform-6.21
+PORTNAME= inform
+PORTVERSION= 6.21
CATEGORIES= games
MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/source/ \
ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/library/
diff --git a/games/ishido/Makefile b/games/ishido/Makefile
index 91cea5e08a89..7589671b7be7 100644
--- a/games/ishido/Makefile
+++ b/games/ishido/Makefile
@@ -1,13 +1,13 @@
# ex:ts=8
# New ports collection makefile for: ishido
-# Version required: 1.1
# Date created: Wed June 24, 1998
# Whom: Steven H. Samorodin (samorodi@NUXI.com)
#
# $FreeBSD$
#
-DISTNAME= ishido-1.1
+PORTNAME= ishido
+PORTVERSION= 1.1
CATEGORIES= games
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \
ftp://ftp.nuxi.com/pub/misc/
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile
index a35f5b5424b5..77eaa2a96460 100644
--- a/games/jetpack/Makefile
+++ b/games/jetpack/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: jetpack
-# Version required: ?
# Date created: 21 September 1994
# Whom: jmz
#
# $FreeBSD$
#
-DISTNAME= jetpack
-PKGNAME= jetpack-1.0
+PORTNAME= jetpack
+PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
-DISTFILES= jetpack.tar.Z
+DISTNAME= ${PORTNAME}
+EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org
diff --git a/games/jzip/Makefile b/games/jzip/Makefile
index f06426b68dbb..38871a4a894a 100644
--- a/games/jzip/Makefile
+++ b/games/jzip/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: jzip
-# Version required: 2.0.1g
# Date created: 7 May 1998
# Whom: Matthew Hunt <mph@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= jzip201g
-PKGNAME= jzip-2.0.1g
+PORTNAME= jzip
+PORTVERSION= 2.0.1g
CATEGORIES= games
MASTER_SITES= http://people.FreeBSD.org/~mph/distfiles/
+DISTNAME= jzip201g
MAINTAINER= mph@freebsd.org
diff --git a/games/kbubbles/Makefile b/games/kbubbles/Makefile
index 72f6cebc5c71..d63c828ecdec 100644
--- a/games/kbubbles/Makefile
+++ b/games/kbubbles/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: kbubbles
-# Version required: 0.8.6
# Date created: 15 Feb 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= kbubbles-0.8.6
+PORTNAME= kbubbles
+PORTVERSION= 0.8.6
CATEGORIES= games
MASTER_SITES= http://hem.passagen.se/tonybj/kbubbles/
diff --git a/games/kdegames11/Makefile b/games/kdegames11/Makefile
index 9f054127abec..630a884060b8 100644
--- a/games/kdegames11/Makefile
+++ b/games/kdegames11/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: kdegames
-# Version required: Beta3
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $FreeBSD$
#
-DISTNAME= kdegames-1.1.2
+PORTNAME= kdegames
+PORTVERSION= 1.1.2
CATEGORIES= games kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
diff --git a/games/kdegames2/Makefile b/games/kdegames2/Makefile
index 9f054127abec..630a884060b8 100644
--- a/games/kdegames2/Makefile
+++ b/games/kdegames2/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: kdegames
-# Version required: Beta3
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $FreeBSD$
#
-DISTNAME= kdegames-1.1.2
+PORTNAME= kdegames
+PORTVERSION= 1.1.2
CATEGORIES= games kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile
index 9f054127abec..630a884060b8 100644
--- a/games/kdegames3/Makefile
+++ b/games/kdegames3/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: kdegames
-# Version required: Beta3
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $FreeBSD$
#
-DISTNAME= kdegames-1.1.2
+PORTNAME= kdegames
+PORTVERSION= 1.1.2
CATEGORIES= games kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile
index 9f054127abec..630a884060b8 100644
--- a/games/kdegames4/Makefile
+++ b/games/kdegames4/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: kdegames
-# Version required: Beta3
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $FreeBSD$
#
-DISTNAME= kdegames-1.1.2
+PORTNAME= kdegames
+PORTVERSION= 1.1.2
CATEGORIES= games kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
diff --git a/games/klondike/Makefile b/games/klondike/Makefile
index cfefc09b5fce..92fee014df1e 100644
--- a/games/klondike/Makefile
+++ b/games/klondike/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: klondike
-# Version required: 1.8
# Date created: 26-Apr-97
# Whom: johnh@isi.edu
#
# $FreeBSD$
#
-DISTNAME= klondike-1.9
+PORTNAME= klondike
+PORTVERSION= 1.9
CATEGORIES= games tk82
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
diff --git a/games/krogue/Makefile b/games/krogue/Makefile
index fa335f183b2b..9afc5bcae153 100644
--- a/games/krogue/Makefile
+++ b/games/krogue/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: krogue
-# Version required: 0.9.6
# Date created: 19 Nov 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= krogue-0.9.6
+PORTNAME= krogue
+PORTVERSION= 0.9.6
CATEGORIES= games
MASTER_SITES= http://ksi.ii.uj.edu.pl/krogue/dl/
EXTRACT_SUFX= .tgz
diff --git a/games/krubik/Makefile b/games/krubik/Makefile
index 69365fd07ac0..f5c03ed60cb1 100644
--- a/games/krubik/Makefile
+++ b/games/krubik/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: krubik
-# Version required: 1.06
# Date created: 23 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
-DISTNAME= krubik-1.06
+PORTNAME= krubik
+PORTVERSION= 1.06
CATEGORIES= games kde
MASTER_SITES= http://www.phys.uu.nl/~eendebak/kde/
diff --git a/games/ktamaga/Makefile b/games/ktamaga/Makefile
index 19fb148b687f..7a8065ca32db 100644
--- a/games/ktamaga/Makefile
+++ b/games/ktamaga/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: ktamaga
-# Version required: 0.2
# Date created: 13 November 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $FreeBSD$
#
-DISTNAME= ktamaga-0.2
+PORTNAME= ktamaga
+PORTVERSION= 0.2
CATEGORIES= games kde
MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/unstable/apps/games/ \
ftp://ftp.kde.org/pub/kde/unstable/apps/games/
diff --git a/net/kmud/Makefile b/net/kmud/Makefile
index 3cbb091b74d2..3af90288f83e 100644
--- a/net/kmud/Makefile
+++ b/net/kmud/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: KMud
-# Version required: 0.3
# Date created: 31 Oct 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= kmud-0.3
+PORTNAME= kmud
+PORTVERSION= 0.3
CATEGORIES= games
MASTER_SITES= ftp://ftp.kmud.de/pub/kmud/