21 lines
472 B
Makefile
21 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.14 2003/07/21 16:54:07 martti Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= tcl-expect-${EXPECT_VERSION}
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= jwise@NetBSD.org
|
|
COMMENT= Extensions to Tcl to support scripting of interactive programs
|
|
|
|
DEPENDS+= tcl>=8.3.2:../../lang/tcl
|
|
|
|
CONFLICTS+= expect-[0-9]*
|
|
|
|
CONFIGURE_ARGS= --enable-shared \
|
|
--with-tclconfig=${PREFIX}/lib \
|
|
--with-tclinclude=${PREFIX}/include/tcl \
|
|
--without-x
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|