openbsd-ports/graphics/p5-GD/Makefile

27 lines
466 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.28 2008/12/13 22:52:55 sthen Exp $
2005-12-22 18:21:50 -05:00
SHARED_ONLY= Yes
COMMENT= module to interface with the GD graphics library
2000-09-19 13:01:19 -04:00
DISTNAME= GD-2.41
CATEGORIES= graphics
2000-09-19 13:01:19 -04:00
# Artistic License
2000-09-19 13:01:19 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= fontconfig freetype jpeg m png z
2000-09-19 14:12:16 -04:00
2006-08-03 08:53:18 -04:00
LIB_DEPENDS= gd.>=20.28::graphics/gd
2000-09-19 14:12:16 -04:00
2005-12-22 18:21:50 -05:00
MODULES= converters/libiconv
2000-09-19 13:01:19 -04:00
2005-12-22 18:21:50 -05:00
USE_X11= Yes
MODULES+= cpan
2000-09-19 13:01:19 -04:00
.include <bsd.port.mk>