summaryrefslogtreecommitdiff
path: root/lang/tclplugin/Makefile
blob: ad9e755f8837fbd1d099ab502807000d0090ba03 (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
# New ports collection makefile for:	tclplugin2.0.3
# Version required:	2.0.3-beta
# Date created:		Sat Nov  8 10:46:42 CET 1997
# Whom:			andreas
#
# $Id: Makefile,v 1.3 1997/11/10 10:20:06 asami Exp $
#

DISTNAME=	tclplugin2.0.3-beta
PKGNAME=	tclplugin-2.0.3b
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.sunlabs.com/pub/tcl/plugin/

MAINTAINER=	andreas@FreeBSD.ORG

BUILD_DEPENDS=  /nonexistent:${PORTSDIR}/lang/tcl80:build \
		/nonexistent:${PORTSDIR}/x11/tk80:build
RUN_DEPENDS=	netscape:${PORTSDIR}/www/netscape4-communicator

NO_PACKAGE=	yes
WRKSRC=		${WRKDIR}/${DISTNAME}/unix
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-tcl=${PORTSDIR}/lang/tcl80/work/tcl8.0/unix \
		--with-tk=${PORTSDIR}/x11/tk80/work/tk8.0/unix \
		--with-mozilla=${PREFIX}/lib/netscape

.include <bsd.port.mk>