diff options
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/freeciv-gtk2/Makefile | 16 | ||||
-rw-r--r-- | games/freeciv-gtk2/pkg-descr | 4 |
3 files changed, 21 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index bab84b2a1d03..4e9208ab101f 100644 --- a/games/Makefile +++ b/games/Makefile @@ -126,6 +126,7 @@ SUBDIR += freecell-solver SUBDIR += freeciv SUBDIR += freeciv-gtk + SUBDIR += freeciv-gtk2 SUBDIR += freedroid SUBDIR += freesweep SUBDIR += frotz diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile new file mode 100644 index 000000000000..cf586dc9702f --- /dev/null +++ b/games/freeciv-gtk2/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: freeciv-gtk +# Date created: 29 Feb 2000 +# Whom: sheldonh +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -gtk2 + +COMMENT= A civilisation clone for X11 using GNOME2; multiplayer + +MASTERDIR= ${.CURDIR}/../freeciv + +WITH_GTK2= yes + +.include "${MASTERDIR}/Makefile" diff --git a/games/freeciv-gtk2/pkg-descr b/games/freeciv-gtk2/pkg-descr new file mode 100644 index 000000000000..5fadd000ac25 --- /dev/null +++ b/games/freeciv-gtk2/pkg-descr @@ -0,0 +1,4 @@ +This is a multiplayer 'Civilisation(tm)' clone for X11, using +the GNOME2 toolkit as a framework for the GUI. + +WWW: http://www.freeciv.org/ |