blob: 94c11558eb475baf2e45bc83fe98865c932b53a5 (
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.2 1997/11/10 09:53:02 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
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>
|