aboutsummaryrefslogtreecommitdiff
path: root/lang/tclplugin/Makefile
blob: 5b8d9d59de4331d6e7779dc2fb3b10e45fb00a3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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.5 1997/12/07 00:46:30 vanilla 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=		"here TCL Plugin is only recognized when running as root"
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>