70802cdf67
- re-do DESCR - move libs flavor into regular package ok pval@ (MAINTAINER)
35 lines
727 B
Makefile
35 lines
727 B
Makefile
# $OpenBSD: Makefile,v 1.30 2011/07/27 17:26:47 jasper Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= generate and manipulate images
|
|
|
|
DISTNAME= Imager-0.84
|
|
CATEGORIES= graphics
|
|
MODULES= cpan
|
|
|
|
HOMEPAGE= http://imager.perl.org/
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += freetype gif jpeg m png tiff z
|
|
|
|
LIB_DEPENDS= graphics/png \
|
|
graphics/jpeg \
|
|
graphics/tiff \
|
|
graphics/libungif
|
|
|
|
CONFIGURE_ARGS= --enable jpeg,tiff,png,ungif,T1-fonts,freetype2 \
|
|
--incpath="${LOCALBASE}/include:${X11BASE}/include" \
|
|
--libpath="${LOCALBASE}/lib:${X11BASE}/lib"
|
|
USE_GMAKE= Yes
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|