mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
76c441b247
PR: 23115 Submitted by: Joseph Scott <joseph@randomnetworks.com>
22 lines
450 B
Makefile
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.4.0
|
|
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>
|