1998-12-05 14:10:52 +00:00
|
|
|
# New ports collection makefile for: gd
|
|
|
|
# Version required: 1.3
|
|
|
|
# Date created: 17 Aug 1998
|
|
|
|
# Whom: gsm@infosite.ru
|
|
|
|
#
|
1999-07-13 23:59:58 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1998/12/05 14:10:52 kuriyama Exp $
|
1998-12-05 14:10:52 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= gd1.3
|
|
|
|
PKGNAME= ru-gd-1.3
|
|
|
|
CATEGORIES= russian graphics
|
|
|
|
MASTER_SITES= http://www.boutell.com/gd/http/ \
|
|
|
|
ftp://ftp.boutell.com/pub/boutell/gd/
|
|
|
|
|
|
|
|
MAINTAINER= gsm@infosite.ru
|
|
|
|
|
1999-07-13 23:59:58 +00:00
|
|
|
RESTRICTED= unavailable from master site due to legal problems
|
|
|
|
|
1998-12-05 14:10:52 +00:00
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${PREFIX}/include/gd
|
|
|
|
${MKDIR} ${PREFIX}/share/examples/gd
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|