summaryrefslogtreecommitdiff
path: root/games/libggz/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-04-25 23:09:44 +0000
committerwiz <wiz>2008-04-25 23:09:44 +0000
commitfbe5246c1b3da174153465759363637653dfa99e (patch)
tree150cac9dc87d6063985d07ff0dff32e0f387519b /games/libggz/Makefile
parentde5d24df36b83b12542201aaca8a9f86545151ac (diff)
downloadpkgsrc-fbe5246c1b3da174153465759363637653dfa99e.tar.gz
Import libggz-0.0.14.1 as games/libggz. Based on ggz-libggz from
Michael Rohrer in wip. 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.
Diffstat (limited to 'games/libggz/Makefile')
-rw-r--r--games/libggz/Makefile20
1 files changed, 20 insertions, 0 deletions
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"