30 lines
541 B
Makefile
30 lines
541 B
Makefile
# $OpenBSD: Makefile,v 1.26 2007/09/15 20:09:42 simon 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>
|