29 lines
556 B
Makefile
29 lines
556 B
Makefile
COMMENT= generate and manipulate images
|
|
|
|
DISTNAME= Imager-1.012
|
|
CATEGORIES= graphics
|
|
MODULES= cpan
|
|
REVISION= 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c freetype gif jpeg m perl png t1 tiff z
|
|
|
|
LIB_DEPENDS= devel/t1lib \
|
|
graphics/png \
|
|
graphics/jpeg \
|
|
graphics/tiff \
|
|
graphics/giflib
|
|
|
|
TEST_DEPENDS= devel/p5-Inline
|
|
|
|
TEST_ENV= AUTOMATED_TESTING=1
|
|
MAKE_ENV+= TEST_POD=Yes
|
|
|
|
CONFIGURE_ARGS= --enable JPEG,TIFF,PNG,GIF,T1,FT2 \
|
|
--incpath="${LOCALBASE}/include:${X11BASE}/include" \
|
|
--libpath="${LOCALBASE}/lib:${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|