freebsd-ports/graphics/zimg/Makefile
Dirk Meyer 3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00

28 lines
707 B
Makefile

# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$
PORTNAME= zimg
PORTVERSION= 5.0.0
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs
LIB_DEPENDS= libgd.so:graphics/gd
CONFLICTS_INSTALL= sekrit-twc-zimg-* # include/zimg.h
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \
--with-dynaload-cflags="${CFLAGS} -shared" \
--with-gd-includes="${LOCALBASE}/include" \
--with-gd-lib="${LOCALBASE}/lib"
PLIST_FILES= include/zimg.h bin/zimg \
man/man1/zimg.1.gz
CFLAGS+= -DHAVE_GD_FREETYPE
.include <bsd.port.mk>