2016-05-31 11:39:20 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2016/05/31 11:39:20 nigel Exp $
|
2014-04-21 16:02:25 +00:00
|
|
|
|
|
|
|
COMMENT = an extensible platform for analysis of C software
|
2014-09-30 19:28:26 +00:00
|
|
|
#Error: Error while linking /usr/local/lib/ocaml/vmthreads/stdlib.cma(String):
|
|
|
|
#Reference to undefined global `Bytes'
|
|
|
|
BROKEN-powerpc = Error while linking /usr/local/lib/ocaml/vmthreads/stdlib.cma
|
|
|
|
BROKEN-alpha = Error while linking /usr/local/lib/ocaml/vmthreads/stdlib.cma
|
2014-04-21 16:02:25 +00:00
|
|
|
|
2015-08-30 16:22:15 +00:00
|
|
|
DISTNAME = frama-c-Sodium-20150201
|
|
|
|
PKGNAME = frama-c-1.11
|
2014-04-21 16:02:25 +00:00
|
|
|
CATEGORIES = devel
|
2016-05-31 11:39:20 +00:00
|
|
|
REVISION = 0
|
2014-04-21 16:02:25 +00:00
|
|
|
HOMEPAGE = http://www.frama-c.com/
|
|
|
|
|
|
|
|
# LGPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2015-08-12 06:20:45 +00:00
|
|
|
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
|
|
|
WANTLIB += Xrandr Xrender art_lgpl_2 atk-1.0 c cairo curses fontconfig
|
|
|
|
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
|
|
|
WANTLIB += gnomecanvas-2 gobject-2.0 gtk-x11-2.0 gtksourceview-2.0
|
|
|
|
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pthread z
|
|
|
|
|
2014-04-21 16:02:25 +00:00
|
|
|
MASTER_SITES = http://www.frama-c.com/download/
|
|
|
|
|
2015-08-12 06:20:45 +00:00
|
|
|
MODULES = devel/gettext \
|
|
|
|
lang/ocaml
|
2014-04-21 16:02:25 +00:00
|
|
|
|
2016-05-31 01:18:35 +00:00
|
|
|
BUILD_DEPENDS = x11/lablgtk2 devel/ocaml-graph math/graphviz
|
|
|
|
RUN_DEPENDS = x11/lablgtk2 math/graphviz
|
2014-04-21 16:02:25 +00:00
|
|
|
|
2015-08-12 06:20:45 +00:00
|
|
|
LIB_DEPENDS = x11/gnome/libgnomecanvas \
|
|
|
|
x11/gtksourceview
|
2014-04-21 16:02:25 +00:00
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
TEST_TARGET = oracles tests
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ARGS += MAKE=${MAKE_PROGRAM} \
|
2014-04-23 14:12:28 +00:00
|
|
|
--docdir=${PREFIX}/share/doc/frama-c/
|
2014-04-21 16:02:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|