aboutsummaryrefslogtreecommitdiffstats
path: root/irc/zircon/Makefile
blob: ba8ec5949bdcca8b3f7c2e46c9ecf4c584a15266 (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
# New ports collection makefile for:    zircon
# Date created:     19 Aug 1995
# Whom:         jkh / pst
#
# $FreeBSD$
#

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

MAINTAINER= dinoex@FreeBSD.org

RUN_DEPENDS=    wish8.3:${PORTSDIR}/x11-toolkits/tk83

NO_BUILD=   yes

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

.include <bsd.port.mk>