forked from Lainports/freebsd-ports
27 lines
784 B
Makefile
27 lines
784 B
Makefile
# 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>
|