diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-12 16:57:14 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-12 16:57:14 +0800 |
commit | 7572a1c96cad6a96aa032be187730fd27aba63dd (patch) | |
tree | d5f6322c1a4e24dfd881d482a90099aebb644e68 /irc/zircon/Makefile | |
parent | 44088bc6159e00c23219f6530dd53d8d9fcea54c (diff) | |
download | freebsd-ports-gnome-7572a1c96cad6a96aa032be187730fd27aba63dd.tar.gz freebsd-ports-gnome-7572a1c96cad6a96aa032be187730fd27aba63dd.tar.zst freebsd-ports-gnome-7572a1c96cad6a96aa032be187730fd27aba63dd.zip |
A port of zircon version 1.15p10
Diffstat (limited to 'irc/zircon/Makefile')
-rw-r--r-- | irc/zircon/Makefile | 13 |
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> |