fe3f9b3ac8
Added --enable-perl-site-install configuration argument relevant to PR30719
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.36 2005/07/30 06:53:15 wulf Exp $
|
|
#
|
|
|
|
DISTNAME= rrdtool-1.2.11
|
|
CATEGORIES= databases graphics net
|
|
MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
|
|
|
|
MAINTAINER= wulf@NetBSD.org
|
|
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_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
PTHREAD_OPTS+= require
|
|
|
|
CONFIGURE_ARGS= --enable-shared --enable-perl-site-install
|
|
|
|
PERL5_CONFIGURE= NO
|
|
PERL5_PACKLIST+= auto/RRDp/.packlist
|
|
PERL5_PACKLIST+= auto/RRDs/.packlist
|
|
|
|
RRDDOCDIR= ${PREFIX}/share/doc/rrdtool
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/libart2/buildlink3.mk"
|
|
.include "../../www/cgilib/buildlink3.mk"
|
|
.include "../../devel/pkg-config/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|