openbsd-ports/graphics/p5-GD/Makefile

30 lines
614 B
Makefile
Raw Normal View History

2011-06-25 14:01:06 -04:00
# $OpenBSD: Makefile,v 1.37 2011/06/25 18:01:06 jasper Exp $
2009-11-18 08:07:22 -05:00
SHARED_ONLY = Yes
2009-11-18 08:07:22 -05:00
COMMENT = module to interface with the GD graphics library
2000-09-19 13:01:19 -04:00
2011-06-25 14:01:06 -04:00
DISTNAME = GD-2.46
2009-11-18 08:07:22 -05:00
CATEGORIES = graphics
2000-09-19 13:01:19 -04:00
# perl
2009-11-18 08:07:22 -05:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2010-11-17 03:05:12 -05:00
WANTLIB = fontconfig freetype jpeg m png z gd>=20.28
2000-09-19 14:12:16 -04:00
2010-11-17 03:05:12 -05:00
LIB_DEPENDS = graphics/gd
2000-09-19 14:12:16 -04:00
MODULES = converters/libiconv \
cpan
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= demos
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
2005-12-22 18:21:50 -05:00
2009-11-18 08:07:22 -05:00
# test10 fails during make test due to a bug, see
# http://rt.cpan.org/Public/Bug/Display.html?id=49053
2000-09-19 13:01:19 -04:00
.include <bsd.port.mk>