openbsd-ports/graphics/p5-GD/Makefile

28 lines
548 B
Makefile
Raw Normal View History

2013-03-11 07:10:51 -04:00
# $OpenBSD: Makefile,v 1.39 2013/03/11 11:10:54 espie 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
2012-08-23 11:50:05 -04:00
REVISION = 0
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
2012-08-23 11:50:05 -04:00
WANTLIB = c 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>