2001-02-25 23:51:08 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2001/02/26 04:51:08 avsm Exp $
|
1998-01-29 19:42:57 -05:00
|
|
|
|
2000-09-06 01:07:24 -04:00
|
|
|
DISTNAME= dejagnu-1.3
|
1998-01-29 19:42:57 -05:00
|
|
|
CATEGORIES= devel
|
2000-09-06 01:07:24 -04:00
|
|
|
NEED_VERSION= 1.324
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= dejagnu
|
2000-09-05 19:28:13 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/dejagnu/
|
1998-01-29 19:42:57 -05:00
|
|
|
|
2001-02-25 23:51:08 -05:00
|
|
|
LIB_DEPENDS= tk83.1.3::x11/tk/8.3
|
2000-09-06 01:07:24 -04:00
|
|
|
BUILD_DEPENDS= expect::lang/expect
|
|
|
|
|
2000-10-22 10:02:46 -04:00
|
|
|
MAINTAINER= Niklas Hallqvist <niklas@openbsd.org>
|
1998-01-29 19:42:57 -05:00
|
|
|
|
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:02:07 -05:00
|
|
|
|
2000-09-06 01:07:24 -04:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
CONFIGURE_ARGS= --with-tclinclude="${PREFIX}/include/tcl8.3/generic" \
|
|
|
|
--with-tkinclude="${PREFIX}/include/tk8.3/generic"
|
1998-01-29 19:42:57 -05:00
|
|
|
|
2000-09-06 01:07:24 -04:00
|
|
|
ALL_TARGET= all info
|
|
|
|
INSTALL_TARGET= install install-info
|
1998-01-29 19:42:57 -05:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@rm -rf ${WRKSRC}/{expect,tcl}
|
2000-09-06 01:07:24 -04:00
|
|
|
@cp -f ${FILESDIR}/{config.guess,config.sub} ${WRKSRC}
|
1998-01-29 19:42:57 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|