2003-08-18 16:15:10 +00:00
|
|
|
# New ports collection makefile for: p5-GD
|
|
|
|
# Date created: March 11, 2003
|
2008-07-23 02:43:55 +00:00
|
|
|
# Whom: Philip M. Gollucci <pgollucci@FreeBSD.org>
|
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
|
2008-08-22 18:43:56 +00:00
|
|
|
PORTVERSION= 2.41
|
1997-07-01 17:52:19 +00:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
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
|
|
|
|
2008-07-23 02:43:55 +00:00
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
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
|
2005-04-12 10:03:14 +00:00
|
|
|
CONFIGURE_ARGS= -options "JPEG,FT,XPM,GIF,PNG" \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
-lib_gd_path ${LOCALBASE} -lib_ft_path} \
|
|
|
|
-lib_png_path ${LOCALBASE} -lib_zlib_path
|
1997-07-01 17:52:19 +00:00
|
|
|
|
2005-04-04 06:25:50 +00:00
|
|
|
MAN1= bdf2gdfont.pl.1
|
2006-01-27 07:59:55 +00:00
|
|
|
MAN3= GD.3 GD::Polyline.3 GD::Simple.3 \
|
|
|
|
GD::Image.3 GD::Polygon.3
|
2003-05-19 04:35:17 +00:00
|
|
|
|
2007-09-08 01:12:10 +00:00
|
|
|
.include <bsd.port.mk>
|