1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/irc/zircon/Makefile
2003-02-20 18:26:42 +00:00

25 lines
490 B
Makefile

# New ports collection makefile for: zircon
# Date created: 19 Aug 1995
# Whom: jkh / pst
#
# $FreeBSD$
#
PORTNAME= zircon
PORTVERSION= 1.18.256
CATEGORIES= irc tk83
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= An X11 interface to Internet Relay Chat
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
NO_BUILD= yes
do-install:
${ECHO_CMD} "set go {Yes}" >>${WRKSRC}/install.in
(cd ${WRKSRC} && ./installZircon NoGui)
.include <bsd.port.mk>