2003-08-18 18:15:10 +02:00
|
|
|
# New ports collection makefile for: p5-GD
|
|
|
|
# Date created: March 11, 2003
|
2005-04-04 08:25:50 +02:00
|
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
1997-07-01 19:52:19 +02:00
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1997-07-01 19:52:19 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= GD
|
2006-06-23 13:35:31 +02:00
|
|
|
PORTVERSION= 2.34
|
1997-07-01 19:52:19 +02:00
|
|
|
CATEGORIES= graphics perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= GD
|
2000-04-14 12:48:02 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2003-08-18 18:15:10 +02:00
|
|
|
DISTNAME= GD-${PORTVERSION}
|
1997-07-01 19:52:19 +02:00
|
|
|
|
2005-04-04 08:25:50 +02:00
|
|
|
MAINTAINER= pgollucci@p6m7g8.com
|
2003-08-18 18:15:10 +02:00
|
|
|
COMMENT= A perl5 interface to Gd Graphics Library version2
|
1997-07-01 19:52:19 +02:00
|
|
|
|
2003-08-19 01:10:26 +02:00
|
|
|
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
1999-12-25 02:24:52 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2005-04-12 12:03:14 +02:00
|
|
|
CONFIGURE_ARGS= -options "JPEG,FT,XPM,GIF,PNG" \
|
2004-10-25 15:14:08 +02:00
|
|
|
-lib_gd_path ${LOCALBASE} -lib_ft_path ${X11BASE} \
|
|
|
|
-lib_png_path ${LOCALBASE} -lib_zlib_path ${LOCALBASE}
|
1997-07-01 19:52:19 +02:00
|
|
|
|
2005-04-04 08:25:50 +02:00
|
|
|
MAN1= bdf2gdfont.pl.1
|
2006-01-27 08:59:55 +01:00
|
|
|
MAN3= GD.3 GD::Polyline.3 GD::Simple.3 \
|
|
|
|
GD::Image.3 GD::Polygon.3
|
2003-05-19 06:35:17 +02:00
|
|
|
|
2004-08-02 14:52:29 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-06-23 13:35:31 +02:00
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
|
2004-08-02 14:52:29 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|