2003-07-13 04:04:41 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.39 2003/07/13 08:04:41 jolan Exp $
|
2001-05-05 21:27:52 -04:00
|
|
|
|
|
|
|
COMMENT= "sophisticated scripter based on Tcl/Tk"
|
1998-01-29 18:12:42 -05:00
|
|
|
|
2003-07-13 04:04:41 -04:00
|
|
|
DISTNAME= expect-5.38.3
|
1999-04-29 17:25:08 -04:00
|
|
|
CATEGORIES= lang
|
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/
|
|
|
|
|
2002-06-30 13:50:28 -04:00
|
|
|
LIB_DEPENDS+= tcl83.1::lang/tcl/8.3
|
2000-07-20 00:56:42 -04:00
|
|
|
|
2003-05-12 04:23:45 -04:00
|
|
|
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
1998-01-29 18:12:42 -05:00
|
|
|
|
2002-12-14 19:22:03 -05:00
|
|
|
# Public Domain
|
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
|
|
|
|
2002-06-30 13:50:28 -04:00
|
|
|
FLAVORS= no_tk
|
|
|
|
FLAVOR?=
|
|
|
|
|
1999-04-29 17:25:08 -04:00
|
|
|
SEPARATE_BUILD= concurrent
|
2000-09-05 21:06:26 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
1999-04-29 17:25:08 -04:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2000-09-05 23:46:15 -04:00
|
|
|
CONFIGURE_ARGS+=--with-tclconfig="${LOCALBASE}/lib/tcl8.3" \
|
2002-06-30 13:50:28 -04:00
|
|
|
--with-tclinclude="${LOCALBASE}/include/tcl8.3"
|
|
|
|
|
|
|
|
.if !${FLAVOR:L:Mno_tk}
|
|
|
|
LIB_DEPENDS+= tk83.1.3::x11/tk/8.3
|
|
|
|
CONFIGURE_ARGS+=--with-tkconfig="${LOCALBASE}/lib/tk8.3" \
|
2000-09-05 23:46:15 -04:00
|
|
|
--with-tkinclude="${LOCALBASE}/include/tk8.3"
|
2002-06-30 13:50:28 -04:00
|
|
|
.endif
|
1998-08-27 00:36:32 -04:00
|
|
|
|
2002-12-14 19:22:03 -05:00
|
|
|
REGRESS_TARGET= test
|
|
|
|
|
|
|
|
DESTDIRNAME= INSTALL_ROOT
|
|
|
|
|
|
|
|
WRKDIST= ${WRKDIR}/expect-5.38
|
2000-09-05 21:06:26 -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
|
|
|
|
|
1998-01-29 18:12:42 -05:00
|
|
|
.include <bsd.port.mk>
|