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

49 lines
1.2 KiB
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
2002-05-10 05:07:17 +00:00
PORTVERSION= 1.18.256
2004-03-03 17:56:34 +00:00
PORTREVISION= 1
2003-07-23 14:07:52 +00:00
CATEGORIES= irc tk84
2003-09-06 21:12:23 +00:00
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dinoex
1995-04-15 05:42:12 +00:00
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 18:26:42 +00:00
COMMENT= An X11 interface to Internet Relay Chat
2004-03-21 06:48:31 +00:00
# zircon will start with tk84, but a lot of functions won't work
# a lot of variable names conflicts with new functions.
.if defined(ZIRCON_WITH_TCL84) || defined(ZIRCON_WITH_TK84)
2003-07-06 09:05:17 +00:00
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
.else
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
.endif
1997-11-19 02:48:59 +00:00
NO_BUILD= yes
USE_REINPLACE= yes
.if defined(ZIRCON_WITH_TCL84) || defined(ZIRCON_WITH_TK84)
TCL_VER= 8.4
.else
TCL_VER= 8.3
.endif
do-configure:
${REINPLACE_CMD} -e 's=%%WISH%%=wish${TCL_VER}=' \
-e 's=%%TCLSH%%=tclsh${TCL_VER}=' \
${WRKSRC}/installZircon
${REINPLACE_CMD} -e 's=%%WISH%%=wish${TCL_VER}=' \
-e 's=%%TCL_INCLUDE%%=${LOCALBASE}/include/tcl${TCL_VER}=' \
2005-10-24 14:20:44 +00:00
-e 's=/usr/local=${PREFIX}=' \
${WRKSRC}/installer/unix.tcl
1997-11-19 02:48:59 +00:00
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>