2000-07-20 00:56:42 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.29 2000/07/20 04:56:42 brad Exp $
|
1998-01-29 18:12:42 -05:00
|
|
|
|
2000-03-28 06:54:14 -05:00
|
|
|
DISTNAME= expect-5.31
|
1999-04-29 17:25:08 -04:00
|
|
|
CATEGORIES= lang
|
2000-07-18 13:59:48 -04:00
|
|
|
NEED_VERSION= 1.317
|
1999-10-27 16:16:52 -04:00
|
|
|
MASTER_SITES= http://expect.nist.gov/old/
|
1998-01-29 18:12:42 -05:00
|
|
|
|
2000-07-20 00:56:42 -04:00
|
|
|
HOMEPAGE= http://expect.nist.gov/
|
|
|
|
|
|
|
|
LIB_DEPENDS= tk83.1.3:x11/tk/8.3
|
|
|
|
|
1998-01-29 18:12:42 -05:00
|
|
|
MAINTAINER= niklas@openbsd.org
|
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:58:16 -05:00
|
|
|
|
1999-04-29 17:25:08 -04:00
|
|
|
SEPARATE_BUILD= concurrent
|
2000-07-20 00:56:42 -04:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
1999-04-29 17:25:08 -04:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2000-03-28 06:54:14 -05:00
|
|
|
CONFIGURE_ARGS+=--with-tclconfig=${PREFIX}/lib/tcl8.3 \
|
|
|
|
--with-tclinclude=${PREFIX}/include/tcl8.3 \
|
|
|
|
--with-tkconfig=${PREFIX}/lib/tk8.3 \
|
|
|
|
--with-tkinclude=${PREFIX}/include/tk8.3
|
1998-08-27 00:36:32 -04:00
|
|
|
|
2000-02-10 19:37:15 -05:00
|
|
|
WRKDIST= ${WRKDIR}/${PKGNAME}
|
1999-10-27 16:16:52 -04:00
|
|
|
|
2000-07-18 17:51:17 -04:00
|
|
|
# make sure configure is newer than Makefile.in, since we patch Makefile.in
|
|
|
|
# as well.
|
|
|
|
post-patch:
|
|
|
|
@touch ${WRKSRC}/configure
|
|
|
|
|
2000-01-01 02:10:58 -05:00
|
|
|
test: build
|
2000-03-05 13:30:21 -05:00
|
|
|
@cd ${WRKBUILD}; make test
|
1998-01-29 18:12:42 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|