freebsd-ports/lang/tclplugin/Makefile

30 lines
883 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.10 1998/02/02 17:51:33 asami Exp $
#
DISTNAME= tclplug20-src
PKGNAME= tclplugin-2.0
CATEGORIES= lang
MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/plugin/
MAINTAINER= andreas@FreeBSD.ORG
BUILD_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator
RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator
WRKSRC= ${WRKDIR}/tclplugin2.0/plugin2.0/unix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl=${WRKDIR}/tclplugin2.0/tcl8.0/unix \
--with-tk=${WRKDIR}/tclplugin2.0/tk8.0/unix \
--with-mozilla=${PREFIX}/lib/netscape
pre-configure:
( cd ${WRKDIR}/tclplugin2.0/tcl8.0/unix; ./configure --enable-shared )
( cd ${WRKDIR}/tclplugin2.0/tk8.0/unix; ./configure --enable-shared )
.include <bsd.port.mk>