814175d8a1
Frama-C is a suite of tools dedicated to the analysis of the source code of software written in C. Frama-C gathers several static analysis techniques in a single collaborative framework. The collaborative approach of Frama-C allows static analyzers to build upon the results already computed by other analyzers in the framework. Thanks to this approach, Frama-C provides sophisticated tools, such as a slicer and dependency analysis.
23 lines
657 B
Makefile
23 lines
657 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/09/11 15:09:35 tonio Exp $
|
|
#
|
|
|
|
DISTNAME= frama-c-Beryllium-20090901
|
|
PKGNAME= ${DISTNAME:S/-Beryllium//}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://frama-c.cea.fr/download/
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
|
HOMEPAGE= http://frama-c.cea.fr/
|
|
COMMENT= Extensible platform dedicated to source-code analysis of C software
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../x11/gtksourceview/buildlink3.mk"
|
|
.include "../../graphics/libgnomecanvas/buildlink3.mk"
|
|
.include "../../x11/lablgtk/buildlink3.mk"
|
|
.include "../../lang/ocaml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|