blob: e1fdfa34fc6e610ee6ca2a7bd5ff0b36ad5e9000 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile.common,v 1.2 2004/01/20 12:19:18 agc 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
|