1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/japanese/gd1/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

56 lines
1.4 KiB
Makefile

# New ports collection makefile for: gd
# Version required: 1.3+kanji.patch
# Date created: 19 Aug 1998
# Whom: ichiro@ichiro.org
#
# $Id: Makefile,v 1.6 1999/05/11 01:18:45 sada Exp $
#
DISTNAME= gd1.3
PKGNAME= ja-gd-1.3
CATEGORIES= japanese graphics
MASTER_SITES= http://www.boutell.com/gd/http/ \
ftp://ftp.boutell.com/pub/boutell/gd/
PATCH_SITES= http://pg.cni.co.jp/GD/
PATCHFILES= gd1.3.kanji.patch-fix1.gz
PATCH_DIST_STRIP= # empty
MAINTAINER= ichiro@ichiro.org
BUILD_DEPENDS= ${PREFIX}/lib/libVFlib2.so:${PORTSDIR}/japanese/vflib
RESTRICTED= unavailable from master site due to legal problems
FETCH_BEFORE_ARGS= -b
.include <bsd.port.pre.mk>
pre-install:
${MKDIR} ${PREFIX}/include/gd
${MKDIR} ${PREFIX}/share/examples/gd
do-install:
for i in libgd.a libgd.so.1; do \
${INSTALL} -c -o bin -g bin -m 555 ${WRKSRC}/$$i \
${PREFIX}/lib; \
done
( cd ${PREFIX}/lib; ${LN} -sf libgd.so.1 libgd.so )
for i in gddemo giftogd webgif; do \
${INSTALL} -c -o bin -g bin -m 755 ${WRKSRC}/$$i \
${PREFIX}/bin; \
done
for i in gd.h gdfontt.h gdfonts.h gdfontmb.h gdfontl.h gdfontg.h; do \
${INSTALL} -c -o root -g bin -m 644 ${WRKSRC}/$$i \
${PREFIX}/include/gd; \
done
for i in index.html demoin.gif ; do \
${INSTALL_DATA} ${WRKSRC}/$$i \
${PREFIX}/share/examples/gd; \
done
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>