33 lines
668 B
Makefile
33 lines
668 B
Makefile
# $OpenBSD: Makefile,v 1.75 2017/10/23 17:10:50 sthen Exp $
|
|
|
|
COMMENT= library for dynamic creation of images
|
|
|
|
V= 2.2.5
|
|
DISTNAME= libgd-$V
|
|
PKGNAME= gd-$V
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS += gd 22.0 # 3.0
|
|
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://www.libgd.org/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c expat fontconfig freetype iconv jpeg m png pthread
|
|
WANTLIB += ${COMPILER_LIBCXX} tiff webp z
|
|
|
|
MASTER_SITES= https://github.com/libgd/libgd/releases/download/${PKGNAME}/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --without-xpm
|
|
|
|
LIB_DEPENDS= converters/libiconv \
|
|
graphics/jpeg \
|
|
graphics/libwebp \
|
|
graphics/png \
|
|
graphics/tiff
|
|
|
|
.include <bsd.port.mk>
|