aboutsummaryrefslogtreecommitdiffstats
path: root/games/libggz/Makefile
blob: 032e83b6663eefda3e20269f87c26ed056167730 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# ex:ts=8
# Ports collection makefile for:    libggz
# Date created:         Oct 8, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libggz
PORTVERSION=    ${GGZ_VERSION}
PORTREVISION=   9
CATEGORIES= games

MAINTAINER= kde@FreeBSD.org
COMMENT=    The GGZ Gaming Zone - Base Library

LIB_DEPENDS=    gcrypt.18:${PORTSDIR}/security/libgcrypt

USE_AUTOTOOLS=  libtool
USE_GNOME=  gnomehack
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --disable-debug
USE_LDCONFIG=   yes

MAN3=   ggz.h.3

CPPFLAGS=   -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS=    -L${LOCALBASE}/lib ${PTHREAD_LIBS}

.if defined(WITH_GNUTLS)
LIB_DEPENDS+=   gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=    --with-tls=GnuTLS
.else
USE_OPENSSL=    yes
CONFIGURE_ARGS+=    --with-tls=OpenSSL
.endif

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/games/libggz/bsd.ggz.mk"
.include <bsd.port.post.mk>