diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-05 21:44:14 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-05 21:44:14 +0000 |
commit | c5c38abc32959bd0596c3c2f6457f72c2b1e9cdc (patch) | |
tree | 32d448be728e6ae4a1787eae0ed5f20ce3ebd7a1 /graphics/p5-GDGraph3d/Makefile | |
parent | 82e906046091cd7b1bbcb5a703d52ca1c987562f (diff) | |
download | pkgsrc-c5c38abc32959bd0596c3c2f6457f72c2b1e9cdc.tar.gz |
Initial import of p5-GDGraph3d.
This is the GD::Graph3d extensions module. It provides 3D graphs
for the GD::Graph module by Martien Verbruggen, which in turn
generates graph using Lincoln Stein's GD.pm.
You use these modules just as you would any of the GD::Graph
modules, except that they generate 3d-looking graphs.
Package provided by Damon Brodie in PR pkg/11609.
Diffstat (limited to 'graphics/p5-GDGraph3d/Makefile')
-rw-r--r-- | graphics/p5-GDGraph3d/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/p5-GDGraph3d/Makefile b/graphics/p5-GDGraph3d/Makefile new file mode 100644 index 00000000000..cf97e226e06 --- /dev/null +++ b/graphics/p5-GDGraph3d/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/05 21:44:14 jtb Exp $ + +DISTNAME= GDGraph3d-0.55 +PKGNAME= p5-${DISTNAME} +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} + +MAINTAINER= damon@brodiefamily.org +COMMENT= GDGraph3d is a pkg to generate charts, using Lincoln Stein's GD.pm + +DEPENDS+= p5-GDGraph>=1.30:../../graphics/p5-GDGraph + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/Graph3d/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" |