1997-11-09 06:42:51 -05:00
|
|
|
# New ports collection makefile for: tclplugin2.0.3
|
|
|
|
# Date created: Sat Nov 8 10:46:42 CET 1997
|
|
|
|
# Whom: andreas
|
|
|
|
#
|
1999-08-25 02:35:40 -04:00
|
|
|
# $FreeBSD$
|
1997-11-09 06:42:51 -05:00
|
|
|
#
|
|
|
|
|
2000-04-12 02:21:15 -04:00
|
|
|
PORTNAME= tclplugin
|
|
|
|
PORTVERSION= 2.0
|
1997-11-09 06:42:51 -05:00
|
|
|
CATEGORIES= lang
|
1998-07-03 19:07:17 -04:00
|
|
|
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/plugin/
|
2000-04-12 02:21:15 -04:00
|
|
|
DISTNAME= tclplug20-src
|
1997-11-09 06:42:51 -05:00
|
|
|
|
2000-02-20 12:01:26 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-11-09 06:42:51 -05:00
|
|
|
|
1998-10-14 00:30:02 -04:00
|
|
|
BROKEN_ELF= yes
|
|
|
|
|
1998-02-18 01:45:54 -05:00
|
|
|
BUILD_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator
|
1997-11-15 18:58:33 -05:00
|
|
|
RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator
|
1997-11-09 06:42:51 -05:00
|
|
|
|
1998-01-31 05:22:53 -05:00
|
|
|
WRKSRC= ${WRKDIR}/tclplugin2.0/plugin2.0/unix
|
1997-11-09 06:42:51 -05:00
|
|
|
GNU_CONFIGURE= yes
|
1998-01-31 05:22:53 -05:00
|
|
|
CONFIGURE_ARGS= --with-tcl=${WRKDIR}/tclplugin2.0/tcl8.0/unix \
|
|
|
|
--with-tk=${WRKDIR}/tclplugin2.0/tk8.0/unix \
|
1997-11-09 06:42:51 -05:00
|
|
|
--with-mozilla=${PREFIX}/lib/netscape
|
|
|
|
|
1997-12-26 08:36:51 -05:00
|
|
|
pre-configure:
|
1998-01-31 05:22:53 -05:00
|
|
|
( cd ${WRKDIR}/tclplugin2.0/tcl8.0/unix; ./configure --enable-shared )
|
|
|
|
( cd ${WRKDIR}/tclplugin2.0/tk8.0/unix; ./configure --enable-shared )
|
1997-12-26 08:36:51 -05:00
|
|
|
|
1997-11-09 06:42:51 -05:00
|
|
|
.include <bsd.port.mk>
|