1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/gd2/Makefile
Bill Fumerola 57806deb74 Upgrade to 1.6.2 which gets us out of hot water with licensing problems.
This also will inadvertently unbreak parts of apache13-php3, I believe,
which is why I was able to work on this in the middle of a major project
that requires it.

Sponsored Committer With Overtime: Computer Horizons Corp.
1999-07-24 23:56:46 +00:00

26 lines
568 B
Makefile

# New ports collection makefile for: gd
# Version required: 1.3
# Date created: 27 Mar 1998
# Whom: jeff@cetlink.net
#
# $Id: Makefile,v 1.6 1999/07/13 23:59:52 asami Exp $
#
DISTNAME= gd-1.6.2
CATEGORIES= graphics
MASTER_SITES= http://www.boutell.com/gd/http/ \
ftp://ftp.boutell.com/pub/boutell/gd/
MAINTAINER= jeff@cetlink.net
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
FETCH_BEFORE_ARGS= -b
GNU_CONFIGURE= yes
pre-install:
${MKDIR} ${PREFIX}/include/gd
${MKDIR} ${PREFIX}/share/examples/gd
.include <bsd.port.mk>