diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-12 08:57:14 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-12 08:57:14 +0000 |
commit | 79727abf245ae457a5ee71fadc40522d8dc972e0 (patch) | |
tree | 14fec3698ead712400152e05386e7ee7430bf646 /irc/zircon/Makefile | |
parent | Correct 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/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> |