openbsd-ports/lang/expect/Makefile

42 lines
906 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.43 2004/11/17 17:41:26 xsa Exp $
COMMENT= "sophisticated scripter based on Tcl/Tk"
1998-01-29 18:12:42 -05:00
2003-09-23 19:08:44 -04:00
DISTNAME= expect-5.39.0
PKGNAME= ${DISTNAME}p0
1999-04-29 17:25:08 -04:00
CATEGORIES= lang
MASTER_SITES= http://expect.nist.gov/old/
1998-01-29 18:12:42 -05:00
HOMEPAGE= http://expect.nist.gov/
2003-09-23 19:08:44 -04:00
# PD
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
LIB_DEPENDS+= tcl84:tcl-8.4.*:lang/tcl/8.4
2003-09-23 19:08:44 -04:00
FLAVORS= no_tk
FLAVOR?=
1999-04-29 17:25:08 -04:00
SEPARATE_BUILD= concurrent
2003-09-23 19:08:44 -04:00
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
CONFIGURE_ARGS+=--with-tclconfig="${LOCALBASE}/lib/tcl8.4"\
--with-tclinclude="${LOCALBASE}/include/tcl8.4"
.if !${FLAVOR:L:Mno_tk}
LIB_DEPENDS+= tk84:tk-8.4.*:x11/tk/8.4
CONFIGURE_ARGS+=--with-tkconfig="${LOCALBASE}/lib/tk8.4" \
--with-tkinclude="${LOCALBASE}/include/tk8.4"
.endif
1998-08-27 00:36:32 -04:00
REGRESS_TARGET= test
DESTDIRNAME= INSTALL_ROOT
2003-09-23 19:08:44 -04:00
WRKDIST=${WRKDIR}/expect-5.39
2000-09-05 21:06:26 -04:00
1998-01-29 18:12:42 -05:00
.include <bsd.port.mk>