[Midnightbsd-cvs] mports: games/libggz: Added libggz-0.0.14.1

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sat Dec 13 22:32:23 EST 2008


Log Message:
-----------
Added libggz-0.0.14.1

Added Files:
-----------
    mports/games/libggz:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)
    mports/games/libggz/files:
        patch-src-easysock.c (r1.1)

-------------- next part --------------
--- /dev/null
+++ games/libggz/pkg-descr
@@ -0,0 +1,8 @@
+============================
+The GGZ Gaming Zone - libggz
+============================
+
+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/
--- /dev/null
+++ games/libggz/pkg-plist
@@ -0,0 +1,7 @@
+include/ggz.h
+include/ggz_common.h
+include/ggz_dio.h
+lib/libggz.a
+lib/libggz.la
+lib/libggz.so
+lib/libggz.so.5
--- /dev/null
+++ games/libggz/Makefile
@@ -0,0 +1,38 @@
+# ex:ts=8
+#
+# $MidnightBSD: mports/games/libggz/Makefile,v 1.1 2008/12/14 03:32:19 ctriv Exp $
+#
+
+PORTNAME=	libggz
+PORTVERSION=	${GGZ_VERSION}
+CATEGORIES=	games
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	The GGZ Gaming Zone - Base Library
+LICENSE=	gpl2
+
+LIB_DEPENDS=	gcrypt.15:${PORTSDIR}/security/libgcrypt
+
+USE_AUTOTOOLS=	libtool:15
+USE_GNOME=	gnomehack gnometarget
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS=	--disable-debug
+USE_LDCONFIG=	yes
+
+MAN3=	ggz.h.3
+
+CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
+
+.if defined(WITH_GNUTLS)
+LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
+CONFIGURE_ARGS+=	--with-tls=GnuTLS
+.else
+USE_OPENSSL=	yes
+CONFIGURE_ARGS+=	--with-tls=OpenSSL
+.endif
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/games/libggz/bsd.ggz.mk"
+.include <bsd.port.post.mk>
--- /dev/null
+++ games/libggz/distinfo
@@ -0,0 +1,3 @@
+MD5 (ggz/libggz-0.0.14.1.tar.gz) = 603739504648833779aa13b0327a1c3d
+SHA256 (ggz/libggz-0.0.14.1.tar.gz) = 54301052a327f2ff3f2d684c5b1d7920e8601e13f4f8d5f1d170e5a7c9585e85
+SIZE (ggz/libggz-0.0.14.1.tar.gz) = 477382
--- /dev/null
+++ games/libggz/files/patch-src-easysock.c
@@ -0,0 +1,12 @@
+--- src/easysock.c.orig	Fri Mar 17 01:35:39 2006
++++ src/easysock.c	Sun Apr  9 20:50:42 2006
+@@ -58,8 +58,8 @@
+ #include <sys/socket.h>
+ #include <sys/uio.h>
+ #include <sys/un.h>
+-#include <arpa/inet.h>
+ #include <netinet/in.h>
++#include <arpa/inet.h>
+ #include <netdb.h>
+ #endif
+ 


More information about the Midnightbsd-cvs mailing list