summaryrefslogtreecommitdiff
path: root/lang/logo/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-22 23:05:49 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-22 23:05:49 +0000
commit4d8324d42547c80f2ac5c63d2471751866082995 (patch)
tree4762bab281712c92a37a2b6eb883733cc71cb9c7 /lang/logo/Makefile
parent1. PREFIX has nothing to do with DESTDIR. Remove it finally. (diff)
Brian Harvey's logo interpreter. I could use some help with the
languages, folks! :-(
Notes
Notes: svn path=/head/; revision=262
Diffstat (limited to 'lang/logo/Makefile')
-rw-r--r--lang/logo/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile
new file mode 100644
index 000000000000..c80d458fac9a
--- /dev/null
+++ b/lang/logo/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: logo
+# Version required: 7.3
+# Date created: 22 October 1994
+# Whom: jkh
+#
+# $Id: Makefile,v 1.5 1994/10/06 01:33:06 jkh Exp $
+#
+
+DISTNAME= ucblogo
+EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://anarres.cs.berkeley.edu/pub/ucblogo/
+MAKEFILE= makefile
+
+.include <bsd.port.mk>