2000-02-22 23:02:25 +01:00
|
|
|
# New ports collection makefile for: zimg
|
|
|
|
# Date created: 20 Feb 2000
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= zimg
|
2002-11-07 12:28:11 +01:00
|
|
|
PORTVERSION= 4.19.1
|
2000-02-22 23:02:25 +01:00
|
|
|
CATEGORIES= graphics
|
2002-11-07 12:28:11 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-02-22 23:02:25 +01:00
|
|
|
|
2000-06-22 07:52:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-02-22 23:02:25 +01:00
|
|
|
|
2001-02-12 11:01:08 +01:00
|
|
|
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
|
2000-02-22 23:02:25 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-11-28 16:04:05 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-11-07 12:28:11 +01:00
|
|
|
CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \
|
|
|
|
--with-dynaload-cflags="${CFLAGS} -shared" \
|
|
|
|
--with-gd-includes=${LOCALBASE}/include/gd
|
2001-01-23 09:19:54 +01:00
|
|
|
|
2000-02-22 23:02:25 +01:00
|
|
|
MAN1= zimg.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|