34 lines
609 B
Makefile
34 lines
609 B
Makefile
# $OpenBSD: Makefile,v 1.59 2014/03/17 23:20:57 sthen Exp $
|
|
|
|
COMMENT= library for dynamic creation of images
|
|
|
|
V= 2.1.0
|
|
DISTNAME= libgd-$V
|
|
PKGNAME= gd-$V
|
|
|
|
SHARED_LIBS= gd 21.0
|
|
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://www.libgd.org/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c expat fontconfig freetype jpeg m png pthread
|
|
WANTLIB += pthread-stubs tiff vpx z
|
|
|
|
MASTER_SITES= https://bitbucket.org/libgd/gd-libgd/downloads/
|
|
|
|
CONFIGURE_ARGS+= --without-xpm
|
|
|
|
LIB_DEPENDS= graphics/jpeg \
|
|
graphics/png \
|
|
graphics/tiff \
|
|
multimedia/libvpx
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|