1997-02-13 14:51:45 +00:00
|
|
|
# New ports collection makefile for: gd
|
1999-11-01 01:01:02 +00:00
|
|
|
# Version required: 1.7.3
|
1998-04-04 14:25:54 +00:00
|
|
|
# Date created: 27 Mar 1998
|
1997-02-13 14:51:45 +00:00
|
|
|
# Whom: jeff@cetlink.net
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1997-02-13 14:51:45 +00:00
|
|
|
#
|
|
|
|
|
1999-11-01 01:01:02 +00:00
|
|
|
DISTNAME= gd-1.7.3
|
1997-02-13 14:51:45 +00:00
|
|
|
CATEGORIES= graphics
|
1998-06-25 03:13:16 +00:00
|
|
|
MASTER_SITES= http://www.boutell.com/gd/http/ \
|
|
|
|
ftp://ftp.boutell.com/pub/boutell/gd/
|
1997-02-13 14:51:45 +00:00
|
|
|
|
1999-11-01 01:01:02 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-07-13 23:59:58 +00:00
|
|
|
|
1999-11-01 01:01:02 +00:00
|
|
|
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
|
1998-04-19 15:38:31 +00:00
|
|
|
|
1997-02-13 14:51:45 +00:00
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${PREFIX}/include/gd
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|