5278477ffe
-------------------------- Version 1.5, 2016-05-17 * Correctly handle functions returning struct/union (fixes bug #31792) * Gracefully handle invalid inputs (fixes bug #44113) * Debugging output goes to stderr * Add a manpage * Consistent use of exit codes
25 lines
615 B
Makefile
25 lines
615 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/06/18 11:30:35 mef Exp $
|
|
|
|
DISTNAME= cflow-1.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=cflow/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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"
|