freebsd-ports/irc/zircon/Makefile

25 lines
451 B
Makefile
Raw Normal View History

1995-02-12 09:57:14 +01:00
# New ports collection makefile for: zircon
# Date created: 19 Aug 1995
# Whom: jkh / pst
1995-02-12 09:57:14 +01:00
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
1995-02-12 09:57:14 +01:00
#
PORTNAME= zircon
2000-04-23 17:40:05 +02:00
PORTVERSION= 1.18.243
CATEGORIES= irc tk82
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \
ftp://ftp.lan-ks.de/pub/FreeBSD/distfiles/
1995-04-15 07:42:12 +02:00
MAINTAINER= jseger@FreeBSD.org
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
1997-11-19 03:48:59 +01:00
IS_INTERACTIVE= yes
NO_BUILD= yes
do-install:
1997-07-14 14:50:17 +02:00
(cd ${WRKSRC} && ./installZircon)
1995-02-12 09:57:14 +01:00
.include <bsd.port.mk>