blob: 948b098b7dc9eb3eef12b67653220f1cf6f3f1d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.7 2003/07/17 21:30:14 grant Exp $
#
DISTNAME= dejagnu-1.4.3
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=dejagnu/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/dejagnu/dejagnu.html
COMMENT= TCL/Expect-based framework for regression testing
DEPENDS+= tcl-expect>=5.32.1:../../lang/tcl-expect
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
|