c83ffb8583
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
41 lines
1.2 KiB
Makefile
41 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.16 2013/06/03 10:04:42 wiz Exp $
|
|
|
|
DISTNAME= rrdtool-1.2.30
|
|
PKGREVISION= 9
|
|
CATEGORIES= databases graphics net
|
|
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://oss.oetiker.ch/rrdtool/
|
|
COMMENT= Data analysis tool generating graphical representations
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config perl
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-shared
|
|
CONFIGURE_ARGS+= --with-perl-options=${MAKE_PARAMS:Q}
|
|
CONFIGURE_ARGS+= --disable-tcl
|
|
CONFIGURE_ARGS+= --disable-python
|
|
CONFIGURE_ARGS+= --disable-ruby
|
|
|
|
PTHREAD_OPTS+= require
|
|
PERL5_CONFIGURE= no
|
|
PERL5_PACKLIST+= auto/RRDp/.packlist
|
|
PERL5_PACKLIST+= auto/RRDs/.packlist
|
|
|
|
# rrdtool explicitly forbids any use of -ffast-math
|
|
BUILDLINK_TRANSFORM+= rm:-ffast-math
|
|
|
|
SUBST_CLASSES+= prefix
|
|
SUBST_STAGE.prefix= post-build
|
|
SUBST_MESSAGE.prefix= Fixing $${prefix} in scripts.
|
|
SUBST_FILES.prefix= examples/cgi-demo.cgi
|
|
SUBST_SED.prefix= -e '1s,^\#! \$${prefix},\#! ${PREFIX},'
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/libart/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|