4d65225fd7
request.
30 lines
543 B
Makefile
30 lines
543 B
Makefile
# $OpenBSD: Makefile,v 1.25 2007/03/15 11:30:07 jolan Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "module to interface with the GD graphics library"
|
|
|
|
DISTNAME= GD-2.30
|
|
PKGNAME= p5-${DISTNAME}p2
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://stein.cshl.org/WWW/software/GD
|
|
|
|
# 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_X11= Yes
|
|
|
|
MODULES+= cpan
|
|
|
|
.include <bsd.port.mk>
|