summaryrefslogtreecommitdiff
path: root/lang/tk-expect/Makefile
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-09-05 17:13:30 +0000
committerjwise <jwise@pkgsrc.org>2000-09-05 17:13:30 +0000
commit55375e18f0737c82c05248bce7de705e1890578e (patch)
tree0d5044db4fd76997104b5b0ef7efe49367aa397f /lang/tk-expect/Makefile
parent06d97d884d1b940f8678d8d753eece2855968f09 (diff)
downloadpkgsrc-55375e18f0737c82c05248bce7de705e1890578e.tar.gz
Initial import tk-expect-5.32.1. This package installs expectk, a
tcl interpreter with both tk and expect extensions built in. It is expected that many users will prefer to do the folowing: #!/usr/pkg/bin/wish package require Expect
Diffstat (limited to 'lang/tk-expect/Makefile')
-rw-r--r--lang/tk-expect/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile
new file mode 100644
index 00000000000..13edb54dbdc
--- /dev/null
+++ b/lang/tk-expect/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/09/05 17:13:30 jwise Exp $
+#
+
+DISTNAME= expect
+PKGNAME= tk-expect-5.32.1
+CATEGORIES= lang
+MASTER_SITES= http://expect.nist.gov/
+
+MAINTAINER= jwise@netbsd.org
+HOMEPAGE= http://expect.nist.gov/
+
+DEPENDS+= tcl-8.3.2:../../lang/tcl
+
+WRKSRC= ${WRKDIR}/expect-5.32
+DIST_SUBDIR= expect-5.32.1
+
+FILESDIR= ${.CURDIR}/../../lang/tcl-expect/files
+PATCHDIR= ${.CURDIR}/../../lang/tcl-expect/patches
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --enable-shared \
+ --with-tclconfig=${PREFIX}/lib \
+ --with-tkconfig=${PREFIX}/lib \
+ --with-tclinclude=${PREFIX}/include/tcl \
+ --with-tkinclude=${PREFIX}/include/tk \
+
+.include "../../mk/bsd.prefs.mk"
+
+do-install:
+ ${INSTALL_BIN} ${WRKSRC}/expectk ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/expectk.man ${PREFIX}/man/man1/expectk.1
+
+test:
+ @(cd ${WRKSRC}; ${MAKE} test)
+
+.include "../../mk/bsd.pkg.mk"