diff options
Diffstat (limited to 'graphics/gd1/Makefile')
-rw-r--r-- | graphics/gd1/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index 731e7283a03e..72da6ffc7b60 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/Makefile @@ -1,26 +1,21 @@ # New ports collection makefile for: gd -# Version required: 1.6.3 +# Version required: 1.7.3 # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # # $FreeBSD$ # -DISTNAME= gd-1.6.3 +DISTNAME= gd-1.7.3 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png +MAINTAINER= ports@FreeBSD.org -FETCH_BEFORE_ARGS= -b -USE_LIBTOOL= yes -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" -CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd \ - --libdir=${PREFIX}/lib +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png pre-install: ${MKDIR} ${PREFIX}/include/gd - ${MKDIR} ${PREFIX}/share/examples/gd .include <bsd.port.mk> |