1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/graphics/zimg/Makefile
Baptiste Daroussin 9528dedeb8 Support stage
2013-12-27 17:52:17 +00:00

27 lines
664 B
Makefile

# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$
PORTNAME= zimg
PORTVERSION= 5.0.0
PORTREVISION= 6
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:${PORTSDIR}/graphics/gd
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>