summaryrefslogtreecommitdiff
path: root/databases/rrdtool/Makefile
blob: e8074c5b67b865efc096f2bab8139de7dbba7dd9 (plain)
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
# $NetBSD: Makefile,v 1.1.1.1 1999/11/17 17:34:38 wennmach Exp $
#

DISTNAME=	rrdtool-1.0.7
CATEGORIES=	databases graphics net
MASTER_SITES=	http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/

MAINTAINER=	wulf@ping.net.au
HOMEPAGE=	http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool

DEPENDS+=	perl-5.00404:../../lang/perl5
DEPENDS+=	cgilib-0.5:../../www/cgilib
DEPENDS+=	gd-1.7.3:../../graphics/gd

USE_LIBTOOL=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes

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

CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ARGS= --enable-shared

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