diff options
author | kim <kim> | 1999-09-03 17:07:24 +0000 |
---|---|---|
committer | kim <kim> | 1999-09-03 17:07:24 +0000 |
commit | 577ff8152d4a28b0d889abb482205dffb1744899 (patch) | |
tree | 7bd4267cf51d7a6737e213cb8b7e4cfc3cfe8f58 /graphics/p5-GD/Makefile | |
parent | 4b813ff106f6732b124bc2885191b705c38f815e (diff) | |
download | pkgsrc-577ff8152d4a28b0d889abb482205dffb1744899.tar.gz |
Initial import of p5-GD-1.21
This is a port of Thomas Boutell's gd graphics library. GD allows
creating color drawings using a large number of graphics primitives,
and emit the drawings as PNG files.
Diffstat (limited to 'graphics/p5-GD/Makefile')
-rw-r--r-- | graphics/p5-GD/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile new file mode 100644 index 00000000000..30996c9d2a3 --- /dev/null +++ b/graphics/p5-GD/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/03 17:07:24 kim Exp $ +# + +DISTNAME= GD-1.21 +PKGNAME= p5-${DISTNAME} +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/GD/ + +DEPENDS+= freetype-1.1:../../graphics/freetype +DEPENDS+= gd-1.6.3:../../graphics/gd +DEPENDS+= png-1.0.3:../../graphics/png + +USE_PERL5= yes + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" |