summaryrefslogtreecommitdiff
path: root/lang/tcl-expect/Makefile.common
diff options
context:
space:
mode:
authormarkd <markd>2003-01-28 03:41:02 +0000
committermarkd <markd>2003-01-28 03:41:02 +0000
commit1bd5ce42d9b80755702a270163f9e9ee4511d68b (patch)
tree5c99634467eb4b9e925bb7fa3c6d5c29ada4e343 /lang/tcl-expect/Makefile.common
parent479cfb013f45c1af73469b70db66696135cbb45d (diff)
downloadpkgsrc-1bd5ce42d9b80755702a270163f9e9ee4511d68b.tar.gz
Add a Makefile.common to tcl-expect and use it to keep tk-expect in sync.
Fixes PR 20055 from Robert Elz. Updates tk-expect to version 5.38. Also remove the pre-configure step from tk-expect that was removed from tcl-expect a year ago. Also use the standard test target rather than an explict one.
Diffstat (limited to 'lang/tcl-expect/Makefile.common')
-rw-r--r--lang/tcl-expect/Makefile.common17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/tcl-expect/Makefile.common b/lang/tcl-expect/Makefile.common
new file mode 100644
index 00000000000..d918a7072d6
--- /dev/null
+++ b/lang/tcl-expect/Makefile.common
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile.common,v 1.1 2003/01/28 03:41:02 markd Exp $
+#
+
+DISTNAME= expect-${EXPECT_VERSION}
+MASTER_SITES= http://expect.nist.gov/src/
+HOMEPAGE= http://expect.nist.gov/
+
+EXPECT_VERSION= 5.38.0
+
+WRKSRC= ${WRKDIR}/expect-5.38
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+TEST_TARGET= test
+
+DISTINFO_FILE= ${.CURDIR}/../../lang/tcl-expect/distinfo
+PATCHDIR= ${.CURDIR}/../../lang/tcl-expect/patches