b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
24 lines
664 B
Makefile
24 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:14 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= GDTextUtil-0.80
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5gdt
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
|
|
|
|
MAINTAINER= damon@brodiefamily.org
|
|
HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/GDTextUtil/Text.html
|
|
COMMENT= Perl 5 text utilities for use with the GD drawing package
|
|
|
|
DEPENDS+= p5-GD>=1.30:../../graphics/p5-GD
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/Text/.packlist
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include "../../lang/perl5/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|