Merge from vendor branch TNF:
[pkgsrcv2.git] / lang / tcl-expect / Makefile.common
1 # $NetBSD: Makefile.common,v 1.7 2005/04/11 21:46:17 tv Exp $
2
3 DISTNAME=       expect-${EXPECT_VERSION}
4 MASTER_SITES=   http://expect.nist.gov/src/
5 HOMEPAGE=       http://expect.nist.gov/
6
7 EXPECT_VERSION= 5.43.0
8 EXTRACT_SUFX=   .tar.bz2
9
10 WRKSRC=         ${WRKDIR}/expect-5.43
11 USE_LIBTOOL=            yes
12 GNU_CONFIGURE=          yes
13 TEST_TARGET=            test
14
15 .include "../../mk/bsd.prefs.mk"
16
17 # on IRIX 5.3 inttypes.h and sys/types.h are known to conflict
18 .if ${OPSYS} == "IRIX" && ${OS_VERSION} == 5.3
19 CONFIGURE_ENV+=         ac_cv_header_inttypes_h="no"
20 .endif
21
22 DISTINFO_FILE=  ${.CURDIR}/../../lang/tcl-expect/distinfo
23 PATCHDIR=       ${.CURDIR}/../../lang/tcl-expect/patches