1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/irc/zircon/Makefile
Justin M. Seger 183ed7bdcf Upgrade to zircon-1.18.223
switch to tcl/tk-8.2
1999-10-29 17:03:29 +00:00

25 lines
463 B
Makefile

# New ports collection makefile for: zircon
# Version required: 1.18.226
# Date created: 19 Aug 1995
# Whom: jkh / pst
#
# $FreeBSD$
#
DISTNAME= zircon-1.18.226
CATEGORIES= irc tk82
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \
ftp://ftp.dinoex.sub.org/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>