pkgsrc/devel/cflow/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

25 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.14 2020/01/18 23:30:24 rillig Exp $
DISTNAME= cflow-1.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=cflow/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/cflow/
COMMENT= Code-path flow analyzer for C
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_TOOLS+= yacc lex msgfmt
INFO_FILES= yes
SUBST_CLASSES+= emacs
SUBST_MESSAGE.emacs= Removing cflow Emacs mode
SUBST_STAGE.emacs= pre-configure
SUBST_FILES.emacs= Makefile.in
SUBST_SED.emacs= -e 's| elisp||g'
TEST_TARGET= check
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"