2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Will Andrews <andrews@technologist.com>
|
2000-02-22 23:02:25 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= zimg
|
2005-08-30 05:12:38 +02:00
|
|
|
PORTVERSION= 5.0.0
|
2013-08-09 16:05:52 +02:00
|
|
|
PORTREVISION= 6
|
2000-02-22 23:02:25 +01:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2000-02-22 23:02:25 +01:00
|
|
|
|
2000-06-22 07:52:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs
|
2000-02-22 23:02:25 +01:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libgd.so:graphics/gd
|
2000-02-22 23:02:25 +01:00
|
|
|
|
2016-04-02 18:41:35 +02:00
|
|
|
CONFLICTS_INSTALL= sekrit-twc-zimg-* # include/zimg.h
|
|
|
|
|
2000-02-22 23:02:25 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-11-07 12:28:11 +01:00
|
|
|
CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \
|
2004-03-07 17:43:07 +01:00
|
|
|
--with-dynaload-cflags="${CFLAGS} -shared" \
|
|
|
|
--with-gd-includes="${LOCALBASE}/include" \
|
|
|
|
--with-gd-lib="${LOCALBASE}/lib"
|
2001-01-23 09:19:54 +01:00
|
|
|
|
2013-12-27 18:52:17 +01:00
|
|
|
PLIST_FILES= include/zimg.h bin/zimg \
|
|
|
|
man/man1/zimg.1.gz
|
2000-02-22 23:02:25 +01:00
|
|
|
|
2005-08-30 05:12:38 +02:00
|
|
|
CFLAGS+= -DHAVE_GD_FREETYPE
|
|
|
|
|
2000-02-22 23:02:25 +01:00
|
|
|
.include <bsd.port.mk>
|