2001-07-24 15:14:23 +02:00
|
|
|
# New ports collection makefile for: p5-Imager
|
|
|
|
# Date created: Jul 24, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Imager
|
2012-01-06 09:22:35 +01:00
|
|
|
PORTVERSION= 0.87
|
2001-07-24 15:14:23 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-05-31 22:14:21 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:TONYC
|
2001-07-24 15:14:23 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:22:05 +02:00
|
|
|
MAINTAINER= perl@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
|
|
|
|
2011-10-07 13:22:46 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-09-10 15:07:26 +02:00
|
|
|
LICENSE_COMB= dual
|
2011-03-25 16:25:40 +01:00
|
|
|
|
2009-01-08 16:45:37 +01:00
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
2006-03-30 16:52:27 +02:00
|
|
|
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 \
|
2010-10-29 14:42:09 +02:00
|
|
|
gif.5:${PORTSDIR}/graphics/giflib
|
2001-07-24 15:14:23 +02:00
|
|
|
|
2011-09-10 15:07:26 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2002-03-14 12:16:45 +01:00
|
|
|
CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib" \
|
2009-01-31 14:56:14 +01:00
|
|
|
IM_CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
|
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>
|