From 7c11f99455a91a19eae3700fd77c053af7946d9d Mon Sep 17 00:00:00 2001 From: explorer Date: Sat, 7 Mar 1998 21:59:13 +0000 Subject: import the gd graphics generation library --- graphics/gd/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 graphics/gd/Makefile (limited to 'graphics/gd/Makefile') diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile new file mode 100644 index 00000000000..ddf6dbcb67b --- /dev/null +++ b/graphics/gd/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gd +# Version required: 1.2 +# Date created: 28 Jan 1997 +# Whom: jeff@cetlink.net +# +# $NetBSD: Makefile,v 1.1.1.1 1998/03/07 21:59:13 explorer Exp $ +# $FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp $ +# + +DISTNAME= gd1.2 +PKGNAME= gd-1.2 +CATEGORIES= graphics +MASTER_SITES= http://www.boutell.com/gd/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= packages@netbsd.org + +pre-install: + ${MKDIR} ${PREFIX}/include/gd + ${MKDIR} ${PREFIX}/share/examples/gd + +.include -- cgit v1.2.3