pkgsrc/games/libggz/Makefile

25 lines
619 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2012/07/05 10:33:06 drochner Exp $
#
DISTNAME= libggz-0.0.14.1
PKGREVISION= 3
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
2008-07-14 14:55:56 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --enable-debug-gdb
CONFIGURE_ARGS+= --with-tls
CONFIGURE_ARGS+= --with-gcrypt
.include "../../security/gnutls/buildlink3.mk"
2011-07-12 10:23:52 +02:00
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"