aboutsummaryrefslogtreecommitdiffstats
path: root/lang/icon/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-06 16:52:44 +0800
committerjkh <jkh@FreeBSD.org>1995-04-06 16:52:44 +0800
commitf8989057bb6ae0d726b9382df1a1a8c85ca79d92 (patch)
tree3a61ee01177225452ad014a98d176bb3ca8101bb /lang/icon/Makefile
parent966c6ebe4e87f66f61075c0ef23366fb27de38dc (diff)
downloadfreebsd-ports-gnome-f8989057bb6ae0d726b9382df1a1a8c85ca79d92.tar.gz
freebsd-ports-gnome-f8989057bb6ae0d726b9382df1a1a8c85ca79d92.tar.zst
freebsd-ports-gnome-f8989057bb6ae0d726b9382df1a1a8c85ca79d92.zip
The Icon Programming Language, version 9.0
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r--lang/icon/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
new file mode 100644
index 000000000000..58cbf2c98095
--- /dev/null
+++ b/lang/icon/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: icon
+# Version required: 9.0
+# Date created: 05 April 1995
+# Whom: thomas@ghpc8.ihf.rwth-aachen.de
+#
+
+DISTNAME= icon-9.0
+DISTFILES= unix_tar.gz
+MASTER_SITES= ftp://cs.arizona.edu/icon/packages/unix/
+CATEGORIES+= languages
+PATCH_STRIP= -p1
+NO_WRKSUBDIR= true
+ALL_TARGET= Icon
+
+.include <bsd.port.mk>