freebsd-ports/irc/zircon/Makefile

48 lines
1.2 KiB
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
2002-05-10 07:07:17 +02:00
PORTVERSION= 1.18.256
PORTREVISION= 2
CATEGORIES= irc tk
2003-09-06 23:12:23 +02:00
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dinoex
1995-04-15 07:42:12 +02:00
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= An X11 interface to Internet Relay Chat
2004-03-21 07:48:31 +01: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 11:05:17 +02:00
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
.else
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
.endif
1997-11-19 03:48:59 +01:00
NO_BUILD= 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 16:20:44 +02:00
-e 's=/usr/local=${PREFIX}=' \
${WRKSRC}/installer/unix.tcl
1997-11-19 03:48:59 +01:00
do-install:
${ECHO_CMD} "set go {Yes}" >>${WRKSRC}/install.in
(cd ${WRKSRC} && ./installZircon NoGui)
1995-02-12 09:57:14 +01:00
.include <bsd.port.mk>