diff options
Diffstat (limited to 'databases/rrdtool/Makefile')
-rw-r--r-- | databases/rrdtool/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 321c5230a4a..5eb2995744b 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2005/05/22 20:07:46 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/07/03 15:23:33 wulf Exp $ # -DISTNAME= rrdtool-1.0.40 -PKGREVISION= 4 +DISTNAME= rrdtool-1.2.9 CATEGORIES= databases graphics net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ @@ -24,15 +23,17 @@ 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 +#INSTALL_DIRS= ${WRKSRC} \ +# ${WRKSRC}/bindings/perl-piped \ +# ${WRKSRC}/bindings/perl-shared -# remove this or else it is installed -post-extract: - ${RM} ${WRKSRC}/perl-shared/ntmake.pl +#post-extract: +# ${RM} ${WRKSRC}/bindings/perl-shared/ntmake.pl -.include "../../graphics/freetype-lib/buildlink3.mk" -.include "../../graphics/jpeg/buildlink3.mk" -.include "../../graphics/gd/buildlink3.mk" +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../graphics/libart2/buildlink3.mk" .include "../../www/cgilib/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |