diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-09 09:44:07 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-09 09:44:07 +0800 |
commit | 0ad06fbc1c785a560e2da555e8397f6516c3e351 (patch) | |
tree | 773c5e950758fe2cc6959ee5d69f44b0e4dabc9d /games | |
parent | e759f5ce9adcb6dd86e047acb1ff82fc7171e212 (diff) | |
download | freebsd-ports-gnome-0ad06fbc1c785a560e2da555e8397f6516c3e351.tar.gz freebsd-ports-gnome-0ad06fbc1c785a560e2da555e8397f6516c3e351.tar.zst freebsd-ports-gnome-0ad06fbc1c785a560e2da555e8397f6516c3e351.zip |
add ggz-client-libs 0.0.7
The GGZ Gaming Zone - Core Client Libraries
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/ggz-client-libs/Makefile | 34 | ||||
-rw-r--r-- | games/ggz-client-libs/distinfo | 1 | ||||
-rw-r--r-- | games/ggz-client-libs/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | games/ggz-client-libs/pkg-descr | 6 | ||||
-rw-r--r-- | games/ggz-client-libs/pkg-plist | 11 |
6 files changed, 68 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 02cfcc1cd8a1..20def4942738 100644 --- a/games/Makefile +++ b/games/Makefile @@ -118,6 +118,7 @@ SUBDIR += gcompris SUBDIR += gcompris2 SUBDIR += gemdropx + SUBDIR += ggz-client-libs SUBDIR += gl-117 SUBDIR += glasteroids SUBDIR += glchess diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile new file mode 100644 index 000000000000..44f719dc9df5 --- /dev/null +++ b/games/ggz-client-libs/Makefile @@ -0,0 +1,34 @@ +# ex:ts=8 +# Ports collection makefile for: ggz-client-libs +# Date created: Oct 8, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= ggz-client-libs +PORTVERSION= 0.0.7 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ggz + +MAINTAINER= ports@FreeBSD.org +COMMENT= The GGZ Gaming Zone - Core Client Libraries + +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ + expat.4:${PORTSDIR}/textproc/expat2 \ + ggz.1:${PORTSDIR}/games/libggz + +GNU_CONFIGURE= yes +CONFIGURE_ENV= \ + CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ARGS= --disable-debug + +INSTALLS_SHLIB= yes + +MAN3= ggzcore_h.3 ggzmod_h.3 +MAN5= ggz.modules.5 +MAN6= ggz-config.6 + +.include <bsd.port.mk> diff --git a/games/ggz-client-libs/distinfo b/games/ggz-client-libs/distinfo new file mode 100644 index 000000000000..33a3123ae767 --- /dev/null +++ b/games/ggz-client-libs/distinfo @@ -0,0 +1 @@ +MD5 (ggz-client-libs-0.0.7.tar.gz) = 8a9d10f1817b268ec629283a21664245 diff --git a/games/ggz-client-libs/files/patch-ltmain.sh b/games/ggz-client-libs/files/patch-ltmain.sh new file mode 100644 index 000000000000..7436b6c83012 --- /dev/null +++ b/games/ggz-client-libs/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Wed Oct 8 22:11:50 2003 ++++ ltmain.sh Wed Oct 8 22:12:05 2003 +@@ -4325,10 +4325,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/games/ggz-client-libs/pkg-descr b/games/ggz-client-libs/pkg-descr new file mode 100644 index 000000000000..76f7f5b2ddcf --- /dev/null +++ b/games/ggz-client-libs/pkg-descr @@ -0,0 +1,6 @@ +GGZ Gaming Zone core client libraries provides the common procedures +and utilities required to run the GGZ client and games. The routines +are shared by other modules in order to ease coding and promote +compatibility and stability. + +WWW: http://www.ggzgamingzone.org/ diff --git a/games/ggz-client-libs/pkg-plist b/games/ggz-client-libs/pkg-plist new file mode 100644 index 000000000000..4cc9bbae148a --- /dev/null +++ b/games/ggz-client-libs/pkg-plist @@ -0,0 +1,11 @@ +etc/ggz.modules +bin/ggz-config +include/ggzcore.h +include/ggzmod.h +include/ggzmod-ggz.h +lib/libggzcore.a +lib/libggzcore.so +lib/libggzcore.so.3 +lib/libggzmod.a +lib/libggzmod.so +lib/libggzmod.so.1 |