pkgsrc/devel/dejagnu/Makefile
rillig 508923f461 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:13 +00:00

28 lines
660 B
Makefile

# $NetBSD: Makefile,v 1.23 2020/01/18 23:30:26 rillig Exp $
#
DISTNAME= dejagnu-1.6.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=dejagnu/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://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
.include "../../mk/bsd.pkg.mk"