1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/graphics/zimg/Makefile
Will Andrews 6e422dda37 Update to 4.2.2. The patches are no longer necessary (actually, never were
necessary in the first place, or so it seems), obsoleted by the configure
option --with-gd-includes.

Requested by:	Johannes Zellner <johannes@zellner.org>
2000-09-23 21:25:23 +00:00

22 lines
450 B
Makefile

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