aboutsummaryrefslogtreecommitdiff
path: root/textproc/grap/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-18 05:03:23 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-18 05:03:23 +0000
commit32e7030e74d86bcd4affe16063afd763f15bbb78 (patch)
tree8a4000d963c97542cb7234e719d869175d2dccbe /textproc/grap/Makefile
parent5a79fff166ae316cd2bc37246459f4bd17e7f4db (diff)
downloadports-32e7030e74d86bcd4affe16063afd763f15bbb78.tar.gz
ports-32e7030e74d86bcd4affe16063afd763f15bbb78.zip
Initial import of grap version 0.8a.
An implementation of Kernigan and Bentley's grap language. PR: 9512 Submitted by: Ted Faber <faber@lunabase.org>
Notes
Notes: svn path=/head/; revision=16173
Diffstat (limited to 'textproc/grap/Makefile')
-rw-r--r--textproc/grap/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile
new file mode 100644
index 000000000000..361f45a9e450
--- /dev/null
+++ b/textproc/grap/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: grap
+# Version required: 0.8a
+# Date created: 14 Jan 1999
+# Whom: faber@lunabase.org
+#
+# $Id$
+#
+
+DISTNAME= grap-0.8a
+CATEGORIES= textproc graphics
+MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
+
+MAINTAINER= faber@lunabase.org
+
+MAN1= grap.1
+
+.include <bsd.port.mk>