Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / tcl-expect / Makefile.common
blobb54c40c8c25ad2199faa81381238773ca26e13ff
1 # $NetBSD: Makefile.common,v 1.8 2006/05/13 08:58:37 skrll Exp $
3 DISTNAME=       expect${EXPECT_FNAME}
4 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=expect/}
5 HOMEPAGE=       http://expect.sourceforge.net/
7 EXPECT_FNAME=   5.45
8 EXPECT_VERSION= 5.45.0
9 EXPECT_SONUM=   545
11 GNU_CONFIGURE=          yes
12 TEST_TARGET=            test
14 PLIST_SUBST+=           SONUM=${EXPECT_SONUM}
15 PLIST_SUBST+=           BASEVER=${EXPECT_FNAME}
17 # NetBSD 5.99 strip complains it doesn't recognized the format of
18 # the utility scripts and didn't install any of them as a result.
19 # Just in case there are other platforms like this, don't install
20 # stripped binaries on any platform.
21 INSTALL_UNSTRIPPED=     yes
23 .include "../../mk/bsd.prefs.mk"
25 # on IRIX 5.3 inttypes.h and sys/types.h are known to conflict
26 .if ${OPSYS} == "IRIX" && ${OS_VERSION} == 5.3
27 CONFIGURE_ENV+=         ac_cv_header_inttypes_h="no"
28 .endif
30 DISTINFO_FILE=  ${.CURDIR}/../../lang/tcl-expect/distinfo
31 PATCHDIR=       ${.CURDIR}/../../lang/tcl-expect/patches