openbsd-ports/graphics/p5-GD/Makefile

33 lines
643 B
Makefile
Raw Normal View History

2006-08-03 08:53:18 -04:00
# $OpenBSD: Makefile,v 1.22 2006/08/03 12:53:18 espie 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
2005-12-22 18:21:50 -05:00
DISTNAME= GD-2.30
PKGNAME= p5-${DISTNAME}
2000-09-19 13:01:19 -04:00
CATEGORIES= graphics perl5
HOMEPAGE= http://stein.cshl.org/WWW/software/GD
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
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
2005-12-22 18:21:50 -05:00
WANTLIB= fontconfig freetype jpeg m png z
2000-09-19 13:01:19 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
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
CONFIGURE_STYLE= perl
2000-09-19 13:01:19 -04:00
.include <bsd.port.mk>