diff options
author | explorer <explorer@pkgsrc.org> | 1998-03-07 21:59:13 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1998-03-07 21:59:13 +0000 |
commit | 7c11f99455a91a19eae3700fd77c053af7946d9d (patch) | |
tree | 95b3bf86c02c9c642dca312c37a093aefafe3fc8 /graphics/gd/Makefile | |
parent | 455a08229f633fe15d2f54ff0f6603f211a6a011 (diff) | |
download | pkgsrc-7c11f99455a91a19eae3700fd77c053af7946d9d.tar.gz |
import the gd graphics generation library
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
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 <bsd.port.mk> |