summaryrefslogtreecommitdiff
path: root/irc/zircon/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-07-14 12:50:17 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-07-14 12:50:17 +0000
commit84c9f84870cc58f49e9ef2e9280d9927bb8c7c62 (patch)
treea8dd41f04e93bb8a11207ea81daa6dc267e73ad2 /irc/zircon/Makefile
parentMerge from msql-beta port as of 07/11/97 (diff)
Update this to version 1.18.31
Notes
Notes: svn path=/head/; revision=7317
Diffstat (limited to 'irc/zircon/Makefile')
-rw-r--r--irc/zircon/Makefile24
1 files changed, 7 insertions, 17 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile
index 2affee6a8b7d..e4bce4f008e3 100644
--- a/irc/zircon/Makefile
+++ b/irc/zircon/Makefile
@@ -1,14 +1,16 @@
# New ports collection makefile for: zircon
-# Version required: 1.17p3
+# Version required: 1.18.31
# Date created: 19 Aug 1995
# Whom: jkh / pst
#
-# $Id: Makefile,v 1.12 1996/12/03 10:42:26 obrien Exp $
+# $Id: Makefile,v 1.13 1997/04/20 13:19:39 wosch Exp $
#
-DISTNAME= zircon-1.18b8
+DISTNAME= zircon-1.18.31
CATEGORIES= net tk41
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
+IS_INTERACTIVE= yes
+NO_BUILD= yes
MAINTAINER= ports@FreeBSD.org
@@ -19,24 +21,12 @@ MAINTAINER= ports@FreeBSD.org
.if defined(USE_DPWISH) && ${USE_DPWISH} == YES
BUILD_DEPENDS= dpwish:${PORTSDIR}/net/tclDP
RUN_DEPENDS= dpwish:${PORTSDIR}/net/tclDP
-MAKE_ENV= WISH=${PREFIX}/bin/dpwish
.else
BUILD_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
-MAKE_ENV= WISH=${PREFIX}/bin/wish4.1
.endif
-# In case the port is built not on FreeBSD-2.2+ (which has tcl standard)
-.if exists(/usr/bin/tclsh)
-MAKE_ENV+= TCLSH=tclsh
-.else
-BUILD_DEPENDS+= tclsh7.5:${PORTSDIR}/lang/tcl75
-MAKE_ENV+= TCLSH=tclsh7.5
-.endif
-
-MAKEFILE= Makefile.FreeBSD
-
-pre-patch:
- ${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile.FreeBSD
+install:
+ (cd ${WRKSRC} && ./installZircon)
.include <bsd.port.mk>