aboutsummaryrefslogtreecommitdiffstats
path: root/lang/logo/Makefile
diff options
context:
space:
mode:
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>