openbsd-ports/graphics/p5-GD/Makefile

31 lines
601 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.32 2010/10/24 21:21:01 ajacoutot 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
2009-11-18 08:07:22 -05:00
DISTNAME = GD-2.44
2010-09-24 11:29:20 -04:00
REVISION= 0
2009-11-18 08:07:22 -05:00
CATEGORIES = graphics
2000-09-19 13:01:19 -04:00
# Artistic License
2009-11-18 08:07:22 -05:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2009-11-18 08:07:22 -05:00
WANTLIB = fontconfig freetype jpeg m png z
2000-09-19 14:12:16 -04:00
2009-11-18 08:07:22 -05:00
LIB_DEPENDS = gd.>=20.28::graphics/gd
2000-09-19 14:12:16 -04:00
2009-11-18 08:07:22 -05:00
MODULES = converters/libiconv
2000-09-19 13:01:19 -04:00
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
MODULES += cpan
# 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>