26 lines
647 B
Makefile
26 lines
647 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/04/22 13:43:16 obache Exp $
|
|
|
|
DISTNAME= cflow-1.3
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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'
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|