mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
af4a01863e
andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
22 lines
459 B
Makefile
22 lines
459 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= will@FreeBSD.org
|
|
|
|
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>
|