2000-02-22 22:02:25 +00:00
|
|
|
# New ports collection makefile for: zimg
|
|
|
|
# Date created: 20 Feb 2000
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= zimg
|
2000-09-23 21:25:23 +00:00
|
|
|
PORTVERSION= 4.2.2
|
2000-02-22 22:02:25 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.zellner.org/zimg/download/
|
|
|
|
|
2000-06-22 05:52:15 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-02-22 22:02:25 +00:00
|
|
|
|
2000-06-06 17:56:52 +00:00
|
|
|
LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd
|
2000-02-22 22:02:25 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-09-23 21:25:23 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-edf --with-gd-includes=${LOCALBASE}/include/gd
|
2000-02-22 22:02:25 +00:00
|
|
|
MAN1= zimg.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|