summaryrefslogtreecommitdiff
path: root/games/ggz-client-libs
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-09 01:44:07 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-09 01:44:07 +0000
commitc00e6d0d8b587c4b83b97cd4745dce54aae9d03e (patch)
treedb75135df4e7e220517796f58990f57cc4a674e0 /games/ggz-client-libs
parentadd libggz 0.0.7 (diff)
add ggz-client-libs 0.0.7
The GGZ Gaming Zone - Core Client Libraries
Notes
Notes: svn path=/head/; revision=90674
Diffstat (limited to 'games/ggz-client-libs')
-rw-r--r--games/ggz-client-libs/Makefile34
-rw-r--r--games/ggz-client-libs/distinfo1
-rw-r--r--games/ggz-client-libs/files/patch-ltmain.sh15
-rw-r--r--games/ggz-client-libs/pkg-descr6
-rw-r--r--games/ggz-client-libs/pkg-plist11
5 files changed, 67 insertions, 0 deletions
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