summaryrefslogtreecommitdiff
path: root/devel/cflow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cflow/Makefile')
-rw-r--r--devel/cflow/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile
new file mode 100644
index 00000000000..6e615d0ffc1
--- /dev/null
+++ b/devel/cflow/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/25 21:35:55 rpaulo Exp $
+
+DISTNAME= cflow-1.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=cflow/}
+
+MAINTAINER= rpaulo@NetBSD.org
+HOMEPAGE= http://www.gnu.org/software/cflow/
+COMMENT= Code-path flow analyzer for C
+
+GNU_CONFIGURE= YES
+USE_TOOLS+= yacc lex
+
+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 "../../mk/bsd.pkg.mk"