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