openbsd-ports/graphics/p5-GD/Makefile
jasper 3b05f8f99e - update p5-GD to 2.45
- install examples
2011-01-11 18:32:52 +00:00

30 lines
614 B
Makefile

# $OpenBSD: Makefile,v 1.36 2011/01/11 18:32:52 jasper Exp $
SHARED_ONLY = Yes
COMMENT = module to interface with the GD graphics library
DISTNAME = GD-2.45
CATEGORIES = graphics
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = fontconfig freetype jpeg m png z gd>=20.28
LIB_DEPENDS = graphics/gd
MODULES = converters/libiconv \
cpan
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= demos
USE_GROFF = Yes
# test10 fails during make test due to a bug, see
# http://rt.cpan.org/Public/Bug/Display.html?id=49053
.include <bsd.port.mk>