1997-11-09 11:42:51 +00:00
|
|
|
# New ports collection makefile for: tclplugin2.0.3
|
1997-12-07 00:47:08 +00:00
|
|
|
# Version required: 2.0.4-beta
|
1997-11-09 11:42:51 +00:00
|
|
|
# Date created: Sat Nov 8 10:46:42 CET 1997
|
|
|
|
# Whom: andreas
|
|
|
|
#
|
1998-02-18 06:45:54 +00:00
|
|
|
# $Id: Makefile,v 1.10 1998/02/02 17:51:33 asami Exp $
|
1997-11-09 11:42:51 +00:00
|
|
|
#
|
|
|
|
|
1998-01-31 10:22:53 +00:00
|
|
|
DISTNAME= tclplug20-src
|
|
|
|
PKGNAME= tclplugin-2.0
|
1997-11-09 11:42:51 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/plugin/
|
|
|
|
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
|
1998-02-18 06:45:54 +00:00
|
|
|
BUILD_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator
|
1997-11-15 23:58:33 +00:00
|
|
|
RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator
|
1997-11-09 11:42:51 +00:00
|
|
|
|
1998-01-31 10:22:53 +00:00
|
|
|
WRKSRC= ${WRKDIR}/tclplugin2.0/plugin2.0/unix
|
1997-11-09 11:42:51 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-01-31 10:22:53 +00:00
|
|
|
CONFIGURE_ARGS= --with-tcl=${WRKDIR}/tclplugin2.0/tcl8.0/unix \
|
|
|
|
--with-tk=${WRKDIR}/tclplugin2.0/tk8.0/unix \
|
1997-11-09 11:42:51 +00:00
|
|
|
--with-mozilla=${PREFIX}/lib/netscape
|
|
|
|
|
1997-12-26 13:36:51 +00:00
|
|
|
pre-configure:
|
1998-01-31 10:22:53 +00:00
|
|
|
( cd ${WRKDIR}/tclplugin2.0/tcl8.0/unix; ./configure --enable-shared )
|
|
|
|
( cd ${WRKDIR}/tclplugin2.0/tk8.0/unix; ./configure --enable-shared )
|
1997-12-26 13:36:51 +00:00
|
|
|
|
1997-11-09 11:42:51 +00:00
|
|
|
.include <bsd.port.mk>
|