diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/libggz/DESCR | 8 | ||||
-rw-r--r-- | games/libggz/Makefile | 20 | ||||
-rw-r--r-- | games/libggz/PLIST | 6 | ||||
-rw-r--r-- | games/libggz/buildlink3.mk | 21 | ||||
-rw-r--r-- | games/libggz/distinfo | 5 |
5 files changed, 60 insertions, 0 deletions
diff --git a/games/libggz/DESCR b/games/libggz/DESCR new file mode 100644 index 00000000000..7d4ba2bc973 --- /dev/null +++ b/games/libggz/DESCR @@ -0,0 +1,8 @@ +GGZ Gaming Zone + +GGZ is a project to create a free gaming platform. The project includes +a server, games for the server, clients, and games for the clients. Other +projects may include ggz networking into their games. GNOME games project +and Freeciv 2.1 releases use ggz. + +This package contains the base libraries the server and clients depend on. diff --git a/games/libggz/Makefile b/games/libggz/Makefile new file mode 100644 index 00000000000..921619d2db2 --- /dev/null +++ b/games/libggz/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/25 23:09:44 wiz Exp $ +# + +DISTNAME= libggz-0.0.14.1 +CATEGORIES= games +MASTER_SITES= http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14.1/ + +MAINTAINER= mrohrer@users.sourceforge.net +HOMEPAGE= http://www.ggzgamingzone.org/ +COMMENT= GGZ Gaming Zone libraries + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes + +CONFIGURE_ARGS+= --enable-debug-gdb +CONFIGURE_ARGS+= --with-tls +CONFIGURE_ARGS+= --with-gcrypt + +.include "../../security/gnutls/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/libggz/PLIST b/games/libggz/PLIST new file mode 100644 index 00000000000..b998a57d60c --- /dev/null +++ b/games/libggz/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/25 23:09:44 wiz Exp $ +include/ggz.h +include/ggz_common.h +include/ggz_dio.h +lib/libggz.la +man/man3/ggz.h.3 diff --git a/games/libggz/buildlink3.mk b/games/libggz/buildlink3.mk new file mode 100644 index 00000000000..38ab48d6e1b --- /dev/null +++ b/games/libggz/buildlink3.mk @@ -0,0 +1,21 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/04/25 23:09:44 wiz Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +LIBGGZ_BUILDLINK3_MK:= ${LIBGGZ_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= libggz +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibggz} +BUILDLINK_PACKAGES+= libggz +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libggz + +.if ${LIBGGZ_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.libggz+= libggz>=0.0.14.1 +BUILDLINK_PKGSRCDIR.libggz?= ../../games/libggz +.endif # LIBGGZ_BUILDLINK3_MK + +.include "../../security/gnutls/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/games/libggz/distinfo b/games/libggz/distinfo new file mode 100644 index 00000000000..8b2975a45b9 --- /dev/null +++ b/games/libggz/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/25 23:09:44 wiz Exp $ + +SHA1 (libggz-0.0.14.1.tar.gz) = 8a602e60606c89fd13ad93bb84a8be466fd457ef +RMD160 (libggz-0.0.14.1.tar.gz) = 5136aba62a4e988d97451b00193c10189f7265f2 +Size (libggz-0.0.14.1.tar.gz) = 477382 bytes |