freebsd-ports/irc/zircon/Makefile
Justin M. Seger 1a13cfc115 Remove a bad MASTER_SITE and add a good one.
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
1999-11-21 20:53:14 +00:00

25 lines
458 B
Makefile

# New ports collection makefile for: zircon
# Version required: 1.18.227
# Date created: 19 Aug 1995
# Whom: jkh / pst
#
# $FreeBSD$
#
DISTNAME= zircon-1.18.227
CATEGORIES= irc tk82
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \
ftp://ftp.lan-ks.de/pub/approved/
MAINTAINER= jseger@FreeBSD.org
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
IS_INTERACTIVE= yes
NO_BUILD= yes
do-install:
(cd ${WRKSRC} && ./installZircon)
.include <bsd.port.mk>