2000-02-22 23:02:25 +01:00
|
|
|
# New ports collection makefile for: zimg
|
|
|
|
# Date created: 20 Feb 2000
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= zimg
|
2005-08-30 05:12:38 +02:00
|
|
|
PORTVERSION= 5.0.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 4
|
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
|
|
|
|
2003-08-18 18:15:10 +02:00
|
|
|
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
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
|
|
|
|
2000-02-22 23:02:25 +01:00
|
|
|
MAN1= zimg.1
|
2004-03-07 17:43:07 +01:00
|
|
|
PLIST_FILES= include/zimg.h bin/zimg
|
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>
|