1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/irc/zircon/Makefile

24 lines
441 B
Makefile
Raw Normal View History

1995-02-12 08:57:14 +00:00
# New ports collection makefile for: zircon
# Date created: 19 Aug 1995
# Whom: jkh / pst
1995-02-12 08:57:14 +00:00
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
1995-02-12 08:57:14 +00:00
#
PORTNAME= zircon
PORTVERSION= 1.18.255
2001-03-18 07:53:39 +00:00
CATEGORIES= irc tk83
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
1995-04-15 05:42:12 +00:00
MAINTAINER= dinoex@FreeBSD.org
2001-03-18 07:53:39 +00:00
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
1997-11-19 02:48:59 +00:00
NO_BUILD= yes
do-install:
${ECHO_CMD} "set go {Yes}" >>${WRKSRC}/install.in
(cd ${WRKSRC} && ./installZircon NoGui)
1995-02-12 08:57:14 +00:00
.include <bsd.port.mk>