summaryrefslogtreecommitdiff
path: root/graphics/p5-GD/Makefile
blob: 30996c9d2a3ed80e970579a4a699959148837ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"