summaryrefslogtreecommitdiff
path: root/www/kannel/Makefile
blob: 3d0e4cfa00adab3f89f08b48c52418e07b197eca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.3 2001/02/17 17:22:11 wiz Exp $
#

DISTNAME=	gateway-0.8
PKGNAME=	kannel-0.8
CATEGORIES=	www net
MASTER_SITES=	http://www.kannel.org/download/0.8/

MAINTAINER=	rh@netbsd.org
HOMEPAGE=	http://www.kannel.org/
COMMENT=	open source WAP and SMS gateway

DEPENDS+=	libxml>=1.8.7:../../textproc/libxml
DEPENDS+=	pth>=1.3.5:../../devel/pth

USE_PERL5=	YES
USE_GMAKE=	YES
GNU_CONFIGURE=	YES
CONFIGURE_ENV+=	CFLAGS="${CFLAGS} -I${PREFIX}/include"
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include"
CONFIGURE_ARGS+=--disable-docs

.include "../../mk/bsd.pkg.mk"