diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-03 19:27:29 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-03 19:27:29 +0000 |
commit | fb25371ae9b27fd4e89b60b73fb8a1217bf17e86 (patch) | |
tree | 8d1f2c9fe94fa198850f4c0710b6223880cd016f | |
parent | Add pinentry slaveport for the curses based pinentry dialog. (diff) |
Add freeciv-gtk2, a civilisation clone for X11 using GNOME2;
multiplayer.
PR: ports/65595, ports/66170
Submitted by: Jens Rehsack <rehsack@liwing.de>
Notes
Notes:
svn path=/head/; revision=108310
-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/ |