1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/irc/zircon/Makefile

27 lines
594 B
Makefile
Raw Normal View History

1995-02-12 08:57:14 +00:00
# New ports collection makefile for: zircon
1998-07-26 17:25:36 +00:00
# Version required: 1.18.171
# Date created: 19 Aug 1995
# Whom: jkh / pst
1995-02-12 08:57:14 +00:00
#
# $Id: Makefile,v 1.33 1998/09/29 17:24:24 jkh Exp $
1995-02-12 08:57:14 +00:00
#
DISTNAME= zircon-1.18.180
1998-07-04 17:11:57 +00:00
CATEGORIES= net tk81
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
1995-04-15 05:42:12 +00:00
MAINTAINER= jseger@FreeBSD.org
BROKEN="fetch, distfile not avail. - need to update to zircon-1.18.201.tar.gz"
BUILD_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81
RUN_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81
1997-11-19 02:48:59 +00:00
IS_INTERACTIVE= yes
NO_BUILD= yes
do-install:
1997-07-14 12:50:17 +00:00
(cd ${WRKSRC} && ./installZircon)
1995-02-12 08:57:14 +00:00
.include <bsd.port.mk>