freebsd-ports/graphics/zimg/Makefile
Kevin Lo e70118daad Support LOCALBASE properly.
PR: 23134
Submitted by: Ports Fury
2000-11-28 15:04:05 +00:00

24 lines
531 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_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= -disable-edf --with-gd-includes=${LOCALBASE}/include/gd
MAN1= zimg.1
.include <bsd.port.mk>