diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
commit | 429158af25cb05709764d4c6fe0104616975ac77 (patch) | |
tree | 9e9cb106a6ea302a7f591288518ee4b0522e76e8 /games/freeciv/Makefile | |
parent | Finish converting editors/ to PORTNAME/PORTVERSION. (diff) |
PORTNAME/PORTVERSION stuff
Notes
Notes:
svn path=/head/; revision=27507
Diffstat (limited to 'games/freeciv/Makefile')
-rw-r--r-- | games/freeciv/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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 |