freebsd-ports/graphics/zimg/Makefile

29 lines
707 B
Makefile
Raw Normal View History

# 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
2003-02-20 19:08:19 +01:00
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"
2013-12-27 18:52:17 +01:00
PLIST_FILES= include/zimg.h bin/zimg \
man/man1/zimg.1.gz
CFLAGS+= -DHAVE_GD_FREETYPE
.include <bsd.port.mk>