43 lines
1009 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.33 2001/02/25 06:51:04 obecian Exp $
1998-01-29 23:12:42 +00:00
2000-09-06 01:06:26 +00:00
DISTNAME= expect-5.32.1
1999-04-29 21:25:08 +00:00
CATEGORIES= lang
2000-09-06 01:06:26 +00:00
NEED_VERSION= 1.324
MASTER_SITES= http://expect.nist.gov/old/
1998-01-29 23:12:42 +00:00
HOMEPAGE= http://expect.nist.gov/
LIB_DEPENDS= tk83.1.3::x11/tk/8.3
2000-10-22 14:02:46 +00:00
MAINTAINER= Niklas Hallqvist <niklas@openbsd.org>
1998-01-29 23:12:42 +00:00
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 08:58:16 +00:00
2000-09-06 01:06:26 +00:00
FAKE_FLAGS= INSTALL_ROOT="${WRKINST}"
1999-04-29 21:25:08 +00:00
SEPARATE_BUILD= concurrent
2000-09-06 01:06:26 +00:00
CONFIGURE_STYLE= gnu
1999-04-29 21:25:08 +00:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
2000-09-06 03:46:15 +00:00
CONFIGURE_ARGS+=--with-tclconfig="${LOCALBASE}/lib/tcl8.3" \
--with-tclinclude="${LOCALBASE}/include/tcl8.3" \
--with-tkconfig="${LOCALBASE}/lib/tk8.3" \
--with-tkinclude="${LOCALBASE}/include/tk8.3"
1998-08-27 04:36:32 +00:00
2000-09-06 01:06:26 +00:00
WRKDIST= ${WRKDIR}/expect-5.32
post-extract:
@cp -f ${FILESDIR}/config.guess ${WRKSRC}
# make sure configure is newer than Makefile.in, since we patch Makefile.in
# as well.
post-patch:
@touch ${WRKSRC}/configure
test: build
2000-09-06 01:06:26 +00:00
@cd ${WRKBUILD}; ${MAKE} test
1998-01-29 23:12:42 +00:00
.include <bsd.port.mk>