freebsd-ports/graphics/zimg/Makefile
Chris D. Faulhaber cb3d5ea718 Zimg is a graphics program that generates interesting
graphics by reading simple ASCII input files filled with
numbers. It can output in either EDF or PNG. It uses the
GD library for image creation.

PR:		16856
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-22 22:02:25 +00:00

22 lines
467 B
Makefile

# New ports collection makefile for: zimg
# Version required: 2.4.0
# Date created: 20 Feb 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= zimg-2.4.0
CATEGORIES= graphics
MASTER_SITES= http://www.zellner.org/zimg/download/
MAINTAINER= andrews@technologist.com
LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-edf --with-gd-includes=${LOCALBASE}/include
MAN1= zimg.1
.include <bsd.port.mk>