pkgsrc/graphics/p5-GD/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

26 lines
686 B
Makefile

# $NetBSD: Makefile,v 1.30 2005/08/06 06:19:20 jlam Exp $
DISTNAME= GD-2.19
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5bd
PKGREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
MAINTAINER= damon@brodiefamily.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/GD/GD.html
COMMENT= Perl5 interface to gd graphics library
PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILDLINK_DEPENDS.gd+= gd>=2.0.28
PERL5_PACKLIST= auto/GD/.packlist
PERL5_OPTIONS+= threads
MAKE_ENV+= GD_LIBS="${LDFLAGS}"
MAKE_PARAMS+= -lib_gd_path=${BUILDLINK_PREFIX.gd}
.include "../../graphics/gd/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"