1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/graphics/p5-GD/Makefile
Baptiste Daroussin ecbd8e5897 - Update to 2.45
Approved by:	jadawin/tabthorpe (mentors, implicit)
2010-08-27 14:39:24 +00:00

32 lines
703 B
Makefile

# New ports collection makefile for: p5-GD
# Date created: March 11, 2003
# Whom: Philip M. Gollucci <pgollucci@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= GD
PORTVERSION= 2.45
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= GD-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= A perl5 interface to Gd Graphics Library version2
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
CONFIGURE_ARGS= -options "JPEG,FT,XPM,GIF,PNG" \
-lib_gd_path ${LOCALBASE} -lib_ft_path} \
-lib_png_path ${LOCALBASE} -lib_zlib_path
MAN1= bdf2gdfont.pl.1
MAN3= GD.3 GD::Polyline.3 GD::Simple.3 \
GD::Image.3 GD::Polygon.3
.include <bsd.port.mk>