diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-13 14:51:45 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-13 14:51:45 +0000 |
commit | 1b53e562c3ed36f4d1f15ca4237650dad7f82f5c (patch) | |
tree | 1981b3f94f2434c0783c63546a98ce56bff82e00 /graphics/gd/Makefile | |
parent | They only have a .tar.Z file (don't have .tar.gz anymore). Gosh, isn't (diff) |
Import of gd, a graphics library for fast GIF creation.
Closes PR #2619.
Submitted by: jeff@cetlink.net
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 000000000000..cd0ae6b5a851 --- /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 +# +# $Id$ +# + +DISTNAME= gd1.2 +PKGNAME= gd-1.2 +CATEGORIES= graphics +EXTRACT_SUFX= .tar.Z + +MASTER_SITES= http://www.boutell.com/gd/ + +MAINTAINER= jeff@cetlink.net + +pre-install: + ${MKDIR} ${PREFIX}/include/gd + ${MKDIR} ${PREFIX}/share/examples/gd + +.include <bsd.port.mk> |