792529759b
* List the info files directly in the PLIST.
21 lines
517 B
Makefile
21 lines
517 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/03/30 03:44:42 jlam 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
|
|
INFO_FILES= # PLIST
|
|
|
|
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"
|