47ea76dcb8
not only root. Again, on my -current machine the plugins are only detected with communicator 4.04, if I start the communicator as root. Perhaps I check again with a brand new user with standard environment. Or could someone other please try it out on -current ? Submitted by: Brian Handy <handy@sag.space.lockheed.com>
30 lines
895 B
Makefile
30 lines
895 B
Makefile
# New ports collection makefile for: tclplugin2.0.3
|
|
# Version required: 2.0.4-beta
|
|
# Date created: Sat Nov 8 10:46:42 CET 1997
|
|
# Whom: andreas
|
|
#
|
|
# $Id: Makefile,v 1.6 1997/12/26 13:36:49 andreas Exp $
|
|
#
|
|
|
|
DISTNAME= tclplug20b5-src
|
|
PKGNAME= tclplugin-2.05b
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/plugin/
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator
|
|
|
|
#BROKEN= "possibly doesn't run on -current"
|
|
NO_PACKAGE= yes
|
|
WRKSRC= ${WRKDIR}/tclplugin2.0b5/plugin2.0/unix
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-tcl=${WRKDIR}/tclplugin2.0b5/tcl8.0/unix \
|
|
--with-tk=${WRKDIR}/tclplugin2.0b5/tk8.0/unix \
|
|
--with-mozilla=${PREFIX}/lib/netscape
|
|
|
|
pre-configure:
|
|
( cd ${WRKDIR}/tclplugin2.0b5/tcl8.0/unix; ./configure --enable-shared )
|
|
( cd ${WRKDIR}/tclplugin2.0b5/tk8.0/unix; ./configure --enable-shared )
|
|
|
|
.include <bsd.port.mk>
|