From c00e6d0d8b587c4b83b97cd4745dce54aae9d03e Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 9 Oct 2003 01:44:07 +0000 Subject: add ggz-client-libs 0.0.7 The GGZ Gaming Zone - Core Client Libraries --- games/ggz-client-libs/Makefile | 34 +++++++++++++++++++++++++++++ games/ggz-client-libs/distinfo | 1 + games/ggz-client-libs/files/patch-ltmain.sh | 15 +++++++++++++ games/ggz-client-libs/pkg-descr | 6 +++++ games/ggz-client-libs/pkg-plist | 11 ++++++++++ 5 files changed, 67 insertions(+) create mode 100644 games/ggz-client-libs/Makefile create mode 100644 games/ggz-client-libs/distinfo create mode 100644 games/ggz-client-libs/files/patch-ltmain.sh create mode 100644 games/ggz-client-libs/pkg-descr create mode 100644 games/ggz-client-libs/pkg-plist (limited to 'games/ggz-client-libs') 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 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 -- cgit v1.2.3