diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-09 09:33:12 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-09 09:33:12 +0800 |
commit | 4e56ba69876ce5746329cd8edf65d973bd18a263 (patch) | |
tree | fb45bc09fbcb8e0f24b403a412bae53e24ba653c /games | |
parent | 967a6dda33e3c66e8f463f7aa7396c61c79d4600 (diff) | |
download | freebsd-ports-gnome-4e56ba69876ce5746329cd8edf65d973bd18a263.tar.gz freebsd-ports-gnome-4e56ba69876ce5746329cd8edf65d973bd18a263.tar.zst freebsd-ports-gnome-4e56ba69876ce5746329cd8edf65d973bd18a263.zip |
add libggz 0.0.7
The GGZ Gaming Zone - Base Library
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/libggz/Makefile | 30 | ||||
-rw-r--r-- | games/libggz/distinfo | 1 | ||||
-rw-r--r-- | games/libggz/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | games/libggz/pkg-descr | 4 | ||||
-rw-r--r-- | games/libggz/pkg-plist | 5 |
6 files changed, 56 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index f01d6967641b..02cfcc1cd8a1 100644 --- a/games/Makefile +++ b/games/Makefile @@ -216,6 +216,7 @@ SUBDIR += lexter SUBDIR += lgeneral SUBDIR += lgeneral-data + SUBDIR += libggz SUBDIR += libshhcards SUBDIR += lincity SUBDIR += linux-nwserver diff --git a/games/libggz/Makefile b/games/libggz/Makefile new file mode 100644 index 000000000000..c15701d3bc81 --- /dev/null +++ b/games/libggz/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# Ports collection makefile for: libggz +# Date created: Oct 8, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libggz +PORTVERSION= 0.0.7 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ggz + +MAINTAINER= ports@FreeBSD.org +COMMENT= The GGZ Gaming Zone - Base Library + +LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt + +USE_OPENSSL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CONFIGURE_ARGS= --disable-debug --with-gcrypt --with-tls + +INSTALLS_SHLIB= yes + +MAN3= ggz.h.3 + +.include <bsd.port.mk> diff --git a/games/libggz/distinfo b/games/libggz/distinfo new file mode 100644 index 000000000000..ef0836b34cb0 --- /dev/null +++ b/games/libggz/distinfo @@ -0,0 +1 @@ +MD5 (libggz-0.0.7.tar.gz) = b7d963897b991762d63589647d757c6b diff --git a/games/libggz/files/patch-ltmain.sh b/games/libggz/files/patch-ltmain.sh new file mode 100644 index 000000000000..7436b6c83012 --- /dev/null +++ b/games/libggz/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/libggz/pkg-descr b/games/libggz/pkg-descr new file mode 100644 index 000000000000..db73649aee56 --- /dev/null +++ b/games/libggz/pkg-descr @@ -0,0 +1,4 @@ +This is the GGZ base library libggz, used by the GGZ Gaming Zone server +(ggzd), the ggzcore library and other components. + +WWW: http://www.ggzgamingzone.org/ diff --git a/games/libggz/pkg-plist b/games/libggz/pkg-plist new file mode 100644 index 000000000000..d3fed864d901 --- /dev/null +++ b/games/libggz/pkg-plist @@ -0,0 +1,5 @@ +include/ggz.h +include/ggz_common.h +lib/libggz.a +lib/libggz.so +lib/libggz.so.1 |