pkgsrc/devel/dejagnu/Makefile
mef 4cc0ca7247 Set TEST_TARGET?= # empty to skip make test
devel/autoconf  (but just add 2.69 status)
 devel/dejagnu
 devel/p5-ExtUtils-AutoInstall (infinite loop)
 devel/p5-Inline-C             (fail at t/27inline_maker.t)
 devel/p5-Search-Elasticsearch (several items)
Some other {net,devel}/p5-packages
 Set BUILD_DEPENDS+= for make test
2015-05-09 23:12:19 +00:00

30 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.19 2015/05/09 23:12:20 mef Exp $
#
DISTNAME= dejagnu-1.5.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=dejagnu/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/dejagnu/dejagnu.html
COMMENT= TCL/Expect-based framework for regression testing
LICENSE= gnu-gpl-v3
DEPENDS+= tcl-expect>=5.32.1:../../lang/tcl-expect
GNU_CONFIGURE= yes
INFO_FILES= yes
USE_TOOLS= gmake
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
INSTALL_TARGET= install install-info
# c++ is necessary for make test
USE_LANGUAGES+= c c++
TEST_TARGET= check
TEST_ENV= PATH=/usr/bin:/bin:${PREFIX}/bin
TEST_TARGET= # empty, make test won't pass for the moment
.include "../../mk/bsd.pkg.mk"