summaryrefslogtreecommitdiff
path: root/graphics/gd/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 01:01:02 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 01:01:02 +0000
commitcb8e8194140e913d82d582029f6943178e756b4a (patch)
treeb750f74c05a58fdabdbc731c84ebd3a3bdbe4876 /graphics/gd/Makefile
parentAdd '-lpng' for linking the against the static libgd.a. (diff)
Update to version 1.7.3.
PR: 14518 Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r--graphics/gd/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 731e7283a03e..72da6ffc7b60 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/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>