diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-25 23:24:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-25 23:24:49 +0000 |
commit | 66d8398f0ee868d59a6516dc36e520b35bf14935 (patch) | |
tree | 91d78e194b9a7937a4bbb2ca3ec2e8bff5293163 /games/ggz-client-libs/Makefile | |
parent | 135db379892bdf549c867ceede23c8d3d518da1d (diff) | |
download | pkgsrc-66d8398f0ee868d59a6516dc36e520b35bf14935.tar.gz |
Import ggz-client-libs-0.0.14.1 as games/ggz-client-libs.
Based on wip package by Michael Rohrer.
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 packages contains the libraries for clients and games.
Diffstat (limited to 'games/ggz-client-libs/Makefile')
-rw-r--r-- | games/ggz-client-libs/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile new file mode 100644 index 00000000000..1d9da288e81 --- /dev/null +++ b/games/ggz-client-libs/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/25 23:24:49 wiz Exp $ +# + +DISTNAME= ggz-client-libs-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_DIRS+= xdg-1.4 +USE_LIBTOOL= yes + +CONFIGURE_ARGS+= --enable-debug-gdb + +.include "../../games/libggz/buildlink3.mk" +.include "../../textproc/expat/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |