aboutsummaryrefslogtreecommitdiffstats
path: root/irc/zircon/Makefile
blob: 7936f6800aa43f832b23400f61cd9304b5a2ed6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    zircon
# Date created:     19 Aug 1995
# Whom:         jkh / pst
#
# $FreeBSD$
#

PORTNAME=   zircon
PORTVERSION=    1.18.256
CATEGORIES= irc tk84
MASTER_SITES=   ftp://catless.ncl.ac.uk/pub/

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    An X11 interface to Internet Relay Chat

RUN_DEPENDS=    wish8.4:${PORTSDIR}/x11-toolkits/tk84

NO_BUILD=   yes

do-install:
    ${ECHO_CMD} "set go {Yes}" >>${WRKSRC}/install.in
    (cd ${WRKSRC} && ./installZircon NoGui)

.include <bsd.port.mk>