27 lines
781 B
Makefile
27 lines
781 B
Makefile
# $NetBSD: Makefile,v 1.15 2004/03/11 07:16:45 minskim Exp $
|
|
#
|
|
|
|
.include "../../lang/tcl-expect/Makefile.common"
|
|
|
|
PKGNAME= tk-expect-${EXPECT_VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= jwise@NetBSD.org
|
|
COMMENT= Tcl interpreter with both the expect and tk extensions built in
|
|
|
|
DEPENDS+= tcl-expect>=${EXPECT_VERSION}:../../lang/tcl-expect
|
|
|
|
CONFIGURE_ARGS= --enable-shared \
|
|
--with-tclconfig=${PREFIX}/lib \
|
|
--with-tkconfig=${PREFIX}/lib \
|
|
--with-tclinclude=${PREFIX}/include/tcl \
|
|
--with-tkinclude=${PREFIX}/include/tk \
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/expectk ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/expectk.man ${PREFIX}/man/man1/expectk.1
|
|
|
|
.include "../../lang/tcl/buildlink3.mk"
|
|
.include "../../x11/tk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|