2001-07-24 15:14:23 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: p5-Imager
|
|
|
|
# Date created: Jul 24, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Imager
|
2008-07-05 10:13:33 +02:00
|
|
|
PORTVERSION= 0.65
|
2001-07-24 15:14:23 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-07-24 15:14:23 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-05-01 15:52:00 +02:00
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= A Perl module for manipulating gray, color and rgba format images
|
2001-07-24 15:14:23 +02:00
|
|
|
|
2006-03-30 16:52:27 +02:00
|
|
|
LIB_DEPENDS= \
|
|
|
|
jpeg:${PORTSDIR}/graphics/jpeg \
|
2001-07-24 15:14:23 +02:00
|
|
|
png:${PORTSDIR}/graphics/png \
|
2006-03-30 16:52:27 +02:00
|
|
|
t1:${PORTSDIR}/devel/t1lib \
|
|
|
|
tiff:${PORTSDIR}/graphics/tiff \
|
|
|
|
ungif:${PORTSDIR}/graphics/libungif
|
2001-07-24 15:14:23 +02:00
|
|
|
|
2008-07-05 10:13:33 +02:00
|
|
|
USE_FREETYPE2= yes
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2002-03-14 12:16:45 +01:00
|
|
|
CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib" \
|
2007-06-23 23:50:27 +02:00
|
|
|
IM_CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
|
2008-07-05 10:13:33 +02:00
|
|
|
IM_INCPATH="${LOCALBASE}/include/freetype2/freetype"
|
2001-07-24 15:14:23 +02:00
|
|
|
|
2006-03-30 16:52:27 +02:00
|
|
|
.include "Makefile.man"
|
2001-07-24 15:14:23 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|