blob: 5fc3840845ac5a7808e5409e175af8ecd901fecf (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# $NetBSD: Makefile,v 1.24 2004/02/08 03:47:08 jlam Exp $
#
DISTNAME= rrdtool-1.0.40
PKGREVISION= 2
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/
COMMENT= Data analysis tool generating graphical representations
#needs FPC code not found in older versions of NetBSD
NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha
USE_LIBTOOL= yes
USE_BUILDLINK3= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/config/libtool
LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
CONFIGURE_ENV= PERL=${PERL5}
PERL5_CONFIGURE= NO
PERL5_PACKLIST+= ${PERL5_SITEARCH}/auto/RRDp/.packlist
PERL5_PACKLIST+= ${PERL5_SITEARCH}/auto/RRDs/.packlist
INSTALL_DIRS= ${WRKSRC} ${WRKSRC}/perl-piped ${WRKSRC}/perl-shared
# remove this or else it is installed
post-extract:
${RM} ${WRKSRC}/perl-shared/ntmake.pl
.include "../../graphics/freetype-lib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/gd/buildlink3.mk"
.include "../../www/cgilib/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|