diff options
author | wiz <wiz> | 2008-04-25 23:09:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-25 23:09:44 +0000 |
commit | fbe5246c1b3da174153465759363637653dfa99e (patch) | |
tree | 150cac9dc87d6063985d07ff0dff32e0f387519b /games/libggz/Makefile | |
parent | de5d24df36b83b12542201aaca8a9f86545151ac (diff) | |
download | pkgsrc-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/Makefile | 20 |
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" |