1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/irc/zircon/Makefile
2001-07-22 03:44:09 +00:00

24 lines
437 B
Makefile

# 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>