2014-03-17 23:21:26 +00:00

28 lines
537 B
Makefile

# $OpenBSD: Makefile,v 1.41 2014/03/17 23:21:43 sthen Exp $
SHARED_ONLY = Yes
COMMENT = module to interface with the GD graphics library
DISTNAME = GD-2.52
REVISION = 0
CATEGORIES = graphics
# perl
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c fontconfig freetype gd jpeg m png tiff vpx z
LIB_DEPENDS = graphics/gd
MODULES = converters/libiconv \
cpan
MODCPAN_EXAMPLES = Yes
MODCPAN_EXAMPLES_DIST = demos
# test10 fails during make test due to a bug, see
# http://rt.cpan.org/Public/Bug/Display.html?id=49053
.include <bsd.port.mk>