1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/graphics/p5-GD/Makefile

30 lines
686 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-GD
# Date created: March 11, 2003
# Whom: Philip M. Gollucci <pgollucci@FreeBSD.org>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= GD
PORTVERSION= 2.41
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= GD-${PORTVERSION}
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A perl5 interface to Gd Graphics Library version2
2003-08-18 23:10:26 +00:00
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
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
2003-05-19 04:35:17 +00:00
.include <bsd.port.mk>