freebsd-ports/irc/zircon/Makefile
Steve Price cfecbf812d Update to version 1.18.245.
PR:		23248
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
2000-12-11 02:43:12 +00:00

24 lines
451 B
Makefile

# New ports collection makefile for: zircon
# Date created: 19 Aug 1995
# Whom: jkh / pst
#
# $FreeBSD$
#
PORTNAME= zircon
PORTVERSION= 1.18.245
CATEGORIES= irc tk82
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \
ftp://ftp.lan-ks.de/pub/FreeBSD/distfiles/
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>