summaryrefslogtreecommitdiff
path: root/games/freeciv-gtk2
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-14 06:43:02 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-14 06:43:02 +0000
commit429158af25cb05709764d4c6fe0104616975ac77 (patch)
tree9e9cb106a6ea302a7f591288518ee4b0522e76e8 /games/freeciv-gtk2
parentFinish converting editors/ to PORTNAME/PORTVERSION. (diff)
PORTNAME/PORTVERSION stuff
Notes
Notes: svn path=/head/; revision=27507
Diffstat (limited to 'games/freeciv-gtk2')
-rw-r--r--games/freeciv-gtk2/Makefile10
1 files changed, 5 insertions, 5 deletions
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