freebsd-ports/graphics/gd2/Makefile
Satoshi Asami 830c04a578 Mark these RESTRICTED, there seems to be a legal problem with the distfiles.
From their http site:

	The gd library is temporarily available. We have taken it off the
	site until we are able to arrive at an agreement with Unisys regarding
	their legal position with respect to gd. Please do not send email asking
	for the gd library at this time. We cannot send it to you, at least until
	this matter is resolved. Thank you for your understanding.

	Boutell.Com, Inc.

Reported by:	"Stephen J. Roznowski" <sjr@home.net>
1999-07-13 23:59:58 +00:00

25 lines
590 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.5 1998/06/25 03:13:16 vanilla Exp $
#
DISTNAME= gd1.3
PKGNAME= gd-1.3
CATEGORIES= graphics
MASTER_SITES= http://www.boutell.com/gd/http/ \
ftp://ftp.boutell.com/pub/boutell/gd/
MAINTAINER= jeff@cetlink.net
RESTRICTED= unavailable from master site due to legal problems
FETCH_BEFORE_ARGS= -b
pre-install:
${MKDIR} ${PREFIX}/include/gd
${MKDIR} ${PREFIX}/share/examples/gd
.include <bsd.port.mk>