1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/lang/tclplugin/Makefile
Andreas Klemm 1ae5ada5ac Sorry, false alarm ... everything was fine, my environment on -current
was broken. I had an old entry for the plugin searchpath at the very end
of my .cshrc file pointing to an empty directory under
$HOME/.netscape/plugin :-/

The port is definitively working ;-)

Removed BROKEN completely from Makefile.
1997-12-31 09:20:22 +00:00

30 lines
851 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.7 1997/12/31 09:07:27 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
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>