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
|
2006-09-14 22:10:11 +02:00
|
|
|
PORTVERSION= 0.54
|
2001-07-24 15:14:23 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2006-07-25 17:11:29 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2001-07-24 15:14:23 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
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
|
|
|
|
|
|
|
USE_FREETYPE= yes
|
|
|
|
PERL_CONFIGURE= yes
|
2002-03-14 12:16:45 +01:00
|
|
|
CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib" \
|
2005-09-01 14:49:36 +02:00
|
|
|
IM_CFLAGS="${CFLAGS}" \
|
2006-09-14 22:12:34 +02:00
|
|
|
IM_INCPATH="${LOCALBASE}/include/freetype1/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
|
|
|
|
2005-09-01 14:49:36 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
2006-03-30 16:52:27 +02:00
|
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
2005-09-01 14:49:36 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|