summaryrefslogtreecommitdiff
path: root/irc/zircon/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-12 08:57:14 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-12 08:57:14 +0000
commit79727abf245ae457a5ee71fadc40522d8dc972e0 (patch)
tree14fec3698ead712400152e05386e7ee7430bf646 /irc/zircon/Makefile
parentCorrect the paths for two patches. The source for these files didn't (diff)
A port of zircon version 1.15p10
Notes
Notes: svn path=/head/; revision=942
Diffstat (limited to 'irc/zircon/Makefile')
-rw-r--r--irc/zircon/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile
new file mode 100644
index 000000000000..62b30876b06e
--- /dev/null
+++ b/irc/zircon/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: zircon
+# Version required: 1.15p10
+# Date created: 11 Feb 1995
+# Whom: jkh
+#
+# $Id: Makefile,v 1.1.1.1 1994/12/12 00:44:48 ats Exp $
+#
+
+DISTNAME= zircon-1.15p10
+MASTER_SITES= ftp://ftp.cdrom.com/pub/tcl/alcatel/code/
+EXEC_DEPENDS= dpwish:${PORTSDIR}/net/tclDP
+
+.include <bsd.port.mk>