openbsd-ports/graphics/p5-GD/Makefile
2010-10-24 20:58:58 +00:00

31 lines
601 B
Makefile

# $OpenBSD: Makefile,v 1.32 2010/10/24 21:21:01 ajacoutot Exp $
SHARED_ONLY = Yes
COMMENT = module to interface with the GD graphics library
DISTNAME = GD-2.44
REVISION= 0
CATEGORIES = graphics
# Artistic License
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = fontconfig freetype jpeg m png z
LIB_DEPENDS = gd.>=20.28::graphics/gd
MODULES = converters/libiconv
USE_GROFF = Yes
MODULES += cpan
# test10 fails during make test due to a bug, see
# http://rt.cpan.org/Public/Bug/Display.html?id=49053
.include <bsd.port.mk>