23 lines
622 B
Makefile
23 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.13 2018/04/17 22:29:32 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libggz-0.0.14.1
|
|
PKGREVISION= 8
|
|
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 "../../mk/pthread.buildlink3.mk"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|