aboutsummaryrefslogtreecommitdiff
path: root/graphics/gd1/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-02-13 14:51:45 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-02-13 14:51:45 +0000
commit1b53e562c3ed36f4d1f15ca4237650dad7f82f5c (patch)
tree1981b3f94f2434c0783c63546a98ce56bff82e00 /graphics/gd1/Makefile
parent389b4e5fb3ad0d04d7ac96cd383e3eeb8212ab85 (diff)
downloadports-1b53e562c3ed36f4d1f15ca4237650dad7f82f5c.tar.gz
ports-1b53e562c3ed36f4d1f15ca4237650dad7f82f5c.zip
Notes
Diffstat (limited to 'graphics/gd1/Makefile')
-rw-r--r--graphics/gd1/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile
new file mode 100644
index 000000000000..cd0ae6b5a851
--- /dev/null
+++ b/graphics/gd1/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>