freebsd-ports/graphics/p5-Imager/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

34 lines
809 B
Makefile

# ex:ts=8
# New ports collection makefile for: p5-Imager
# Date created: Jul 24, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Imager
PORTVERSION= 0.60
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= A Perl module for manipulating gray, color and rgba format images
LIB_DEPENDS= \
jpeg:${PORTSDIR}/graphics/jpeg \
png:${PORTSDIR}/graphics/png \
t1:${PORTSDIR}/devel/t1lib \
tiff:${PORTSDIR}/graphics/tiff \
ungif:${PORTSDIR}/graphics/libungif
USE_FREETYPE= yes
PERL_CONFIGURE= 5.8.0+
CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib" \
IM_CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
IM_INCPATH="${LOCALBASE}/include/freetype1/freetype"
.include "Makefile.man"
.include <bsd.port.mk>