b58d56eff1
http://cpansearch.perl.org/src/TONYC/Imager-1.000/Changes "There's nothing special about Imager 1.000, it's just another release."
36 lines
997 B
Makefile
36 lines
997 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Imager
|
|
PORTVERSION= 1.000
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for manipulating gray, color, and rgba format images
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib
|
|
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
|
|
libgif.so:${PORTSDIR}/graphics/giflib \
|
|
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|
libpng15.so:${PORTSDIR}/graphics/png \
|
|
libt1.so:${PORTSDIR}/devel/t1lib \
|
|
libtiff.so:${PORTSDIR}/graphics/tiff
|
|
TEST_DEPENDS= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \
|
|
p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CONFIGURE_ENV= IM_CFLAGS="${CFLAGS}" \
|
|
IM_INCPATH=${LOCALBASE}/include \
|
|
IM_LIBPATH=${LOCALBASE}/lib
|
|
|
|
post-install:
|
|
@${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Imager \
|
|
-name "*.so" -exec ${STRIP_CMD} {} \;
|
|
|
|
.include <bsd.port.mk>
|