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
commit978f5df65daebcc66d2852b545a856c91223d986 (patch)
tree150cac9dc87d6063985d07ff0dff32e0f387519b /games/libggz/Makefile
parenteaa46bf36efacaa5023ca8ef50704cf1902d95d1 (diff)
downloadpkgsrc-978f5df65daebcc66d2852b545a856c91223d986.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"