1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Gnocatan is an Internet playable implementation of the Settlers of

Catan board game.  The aim is to remain as faithful to the board game
as is possible.

Requested by:	Thomas Schuerger <schuerge@wjpserver.CS.Uni-SB.DE>
This commit is contained in:
Ade Lovett 2000-06-22 20:49:49 +00:00
parent 4cb8bc8378
commit 60a3457941
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29791
13 changed files with 189 additions and 0 deletions

View File

@ -63,6 +63,7 @@
SUBDIR += gltron
SUBDIR += gma
SUBDIR += gno3dtet
SUBDIR += gnocatan
SUBDIR += gnomechess
SUBDIR += gnomegames
SUBDIR += gnuchess

31
games/gnocatan/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: gnocotan
# Date created: 22nd July 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnocatan
PORTVERSION= 0.6.0
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

1
games/gnocatan/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gnocatan-0.6.0.tar.gz) = 898f3f6c2cfd4531377f14c78d5aea46

View File

@ -0,0 +1,23 @@
--- client/Makefile.in.orig Sun Jun 18 19:05:24 2000
+++ client/Makefile.in Thu Jun 22 13:49:47 2000
@@ -101,9 +101,9 @@
pixmapdir = $(datadir)/pixmaps/gnocatan
appicondir = $(datadir)/pixmaps
-Gamesdir = $(datadir)/gnome/apps/Games
+Gamesdir = $(datadir)/apps/Games
-SUBDIRS = help
+SUBDIRS = # help
bin_PROGRAMS = gnocatan
@@ -115,7 +115,7 @@
@ADMIN_GTK_SUPPORT_TRUE@ADMIN_GTK_FILES_INACTIVE =
@ADMIN_GTK_SUPPORT_FALSE@ADMIN_GTK_FILES_INACTIVE = admin-gtk.c
-INCLUDES = -I$(srcdir)/../common -I. -DGNOMELOCALEDIR=\""$(datadir)/locale"\" $(ADMIN_GTK) -I$(includedir) $(GNOME_INCLUDEDIR)
+INCLUDES = -I$(srcdir)/../common -I. -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" $(ADMIN_GTK) -I$(includedir) $(GNOME_INCLUDEDIR)
EXTRA_gnocatan_SOURCES = $(ADMIN_GTK_FILES_INACTIVE)

View File

@ -0,0 +1 @@
An Internet playable version of the Settlers of Catan for GNOME/GTK

5
games/gnocatan/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Gnocatan is an Internet playable implementation of the Settlers of
Catan board game. The aim is to remain as faithful to the board game
as is possible.
WWW: http://gnocatan.sourceforge.net/

33
games/gnocatan/pkg-plist Normal file
View File

@ -0,0 +1,33 @@
bin/gnocatan
bin/gnocatan-meta-server
bin/gnocatan-server-console
bin/gnocatan-server-gtk
share/gnome/apps/Games/gnocatan.desktop
share/gnome/gnocatan/5-6-player.game
share/gnome/gnocatan/default.game
share/gnome/gnocatan/four-islands.game
share/gnome/gnocatan/seafarers.game
share/gnome/gnocatan/small.game
share/gnome/pixmaps/gnocatan/board.png
share/gnome/pixmaps/gnocatan/bridge.png
share/gnome/pixmaps/gnocatan/city.png
share/gnome/pixmaps/gnocatan/cross.png
share/gnome/pixmaps/gnocatan/desert.png
share/gnome/pixmaps/gnocatan/develop.png
share/gnome/pixmaps/gnocatan/dice.png
share/gnome/pixmaps/gnocatan/field.png
share/gnome/pixmaps/gnocatan/finish.png
share/gnome/pixmaps/gnocatan/forest.png
share/gnome/pixmaps/gnocatan/hill.png
share/gnome/pixmaps/gnocatan/mountain.png
share/gnome/pixmaps/gnocatan/pasture.png
share/gnome/pixmaps/gnocatan/plain.png
share/gnome/pixmaps/gnocatan/road.png
share/gnome/pixmaps/gnocatan/sea.png
share/gnome/pixmaps/gnocatan/settlement.png
share/gnome/pixmaps/gnocatan/ship.png
share/gnome/pixmaps/gnocatan/tick.png
share/gnome/pixmaps/gnocatan/trade.png
share/gnome/pixmaps/gnome-gnocatan.png
@dirrm share/gnome/pixmaps/gnocatan
@dirrm share/gnome/gnocatan

31
games/pioneers/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: gnocotan
# Date created: 22nd July 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnocatan
PORTVERSION= 0.6.0
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

1
games/pioneers/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gnocatan-0.6.0.tar.gz) = 898f3f6c2cfd4531377f14c78d5aea46

View File

@ -0,0 +1,23 @@
--- client/Makefile.in.orig Sun Jun 18 19:05:24 2000
+++ client/Makefile.in Thu Jun 22 13:49:47 2000
@@ -101,9 +101,9 @@
pixmapdir = $(datadir)/pixmaps/gnocatan
appicondir = $(datadir)/pixmaps
-Gamesdir = $(datadir)/gnome/apps/Games
+Gamesdir = $(datadir)/apps/Games
-SUBDIRS = help
+SUBDIRS = # help
bin_PROGRAMS = gnocatan
@@ -115,7 +115,7 @@
@ADMIN_GTK_SUPPORT_TRUE@ADMIN_GTK_FILES_INACTIVE =
@ADMIN_GTK_SUPPORT_FALSE@ADMIN_GTK_FILES_INACTIVE = admin-gtk.c
-INCLUDES = -I$(srcdir)/../common -I. -DGNOMELOCALEDIR=\""$(datadir)/locale"\" $(ADMIN_GTK) -I$(includedir) $(GNOME_INCLUDEDIR)
+INCLUDES = -I$(srcdir)/../common -I. -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" $(ADMIN_GTK) -I$(includedir) $(GNOME_INCLUDEDIR)
EXTRA_gnocatan_SOURCES = $(ADMIN_GTK_FILES_INACTIVE)

View File

@ -0,0 +1 @@
An Internet playable version of the Settlers of Catan for GNOME/GTK

5
games/pioneers/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Gnocatan is an Internet playable implementation of the Settlers of
Catan board game. The aim is to remain as faithful to the board game
as is possible.
WWW: http://gnocatan.sourceforge.net/

33
games/pioneers/pkg-plist Normal file
View File

@ -0,0 +1,33 @@
bin/gnocatan
bin/gnocatan-meta-server
bin/gnocatan-server-console
bin/gnocatan-server-gtk
share/gnome/apps/Games/gnocatan.desktop
share/gnome/gnocatan/5-6-player.game
share/gnome/gnocatan/default.game
share/gnome/gnocatan/four-islands.game
share/gnome/gnocatan/seafarers.game
share/gnome/gnocatan/small.game
share/gnome/pixmaps/gnocatan/board.png
share/gnome/pixmaps/gnocatan/bridge.png
share/gnome/pixmaps/gnocatan/city.png
share/gnome/pixmaps/gnocatan/cross.png
share/gnome/pixmaps/gnocatan/desert.png
share/gnome/pixmaps/gnocatan/develop.png
share/gnome/pixmaps/gnocatan/dice.png
share/gnome/pixmaps/gnocatan/field.png
share/gnome/pixmaps/gnocatan/finish.png
share/gnome/pixmaps/gnocatan/forest.png
share/gnome/pixmaps/gnocatan/hill.png
share/gnome/pixmaps/gnocatan/mountain.png
share/gnome/pixmaps/gnocatan/pasture.png
share/gnome/pixmaps/gnocatan/plain.png
share/gnome/pixmaps/gnocatan/road.png
share/gnome/pixmaps/gnocatan/sea.png
share/gnome/pixmaps/gnocatan/settlement.png
share/gnome/pixmaps/gnocatan/ship.png
share/gnome/pixmaps/gnocatan/tick.png
share/gnome/pixmaps/gnocatan/trade.png
share/gnome/pixmaps/gnome-gnocatan.png
@dirrm share/gnome/pixmaps/gnocatan
@dirrm share/gnome/gnocatan