aboutsummaryrefslogtreecommitdiffstats
path: root/games/ggz-client-libs/Makefile
blob: 532f0b0b7b2e384eec8cb722b813dbfac95e039b (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
# ex:ts=8
# Ports collection makefile for:    ggz-client-libs
# Date created:         Oct 8, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   ggz-client-libs
PORTVERSION=    0.0.9
CATEGORIES= games
MASTER_SITES=   http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    The GGZ Gaming Zone - Core Client Libraries

LIB_DEPENDS=    popt.0:${PORTSDIR}/devel/popt \
        ggz.2:${PORTSDIR}/games/libggz \
        expat.5:${PORTSDIR}/textproc/expat2

USE_GNOME=  gnometarget
USE_LIBTOOL_VER=    15
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --disable-debug
INSTALLS_SHLIB= yes

MAN3=   ggzcore_h.3 ggzmod_h.3
MAN5=   ggz.modules.5
MAN6=   ggz-config.6

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

.include <bsd.port.mk>