2019-09-26 09:46:09 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2019/09/26 09:46:10 chrisz Exp $
|
2019-03-13 09:34:42 +00:00
|
|
|
|
|
|
|
BROKEN-i386 = ld: error: undefined symbol: ml_as_z_pred, etc
|
2014-04-21 16:02:25 +00:00
|
|
|
|
2019-03-23 10:31:17 +00:00
|
|
|
FIX_EXTRACT_PERMISSIONS = Yes
|
|
|
|
|
2019-09-07 17:11:53 +00:00
|
|
|
COMMENT = extensible platform for analysis of C software
|
2014-04-21 16:02:25 +00:00
|
|
|
|
|
|
|
CATEGORIES = devel
|
2019-09-07 17:11:53 +00:00
|
|
|
GH_ACCOUNT = Frama-C
|
|
|
|
GH_PROJECT = Frama-C-snapshot
|
|
|
|
GH_TAGNAME = 19.0
|
2019-09-26 09:46:09 +00:00
|
|
|
REVISION = 1
|
2019-09-07 17:11:53 +00:00
|
|
|
DISTNAME = frama-c-${GH_TAGNAME}-Potassium
|
|
|
|
PKGNAME = frama-c-${GH_TAGNAME}
|
|
|
|
|
2019-03-23 10:30:02 +00:00
|
|
|
HOMEPAGE = https://frama-c.com/
|
2014-04-21 16:02:25 +00:00
|
|
|
|
|
|
|
# LGPLv2
|
2019-07-12 20:43:27 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2014-04-21 16:02:25 +00:00
|
|
|
|
2019-09-07 17:11:53 +00:00
|
|
|
WANTLIB += atk-1.0 c cairo cairo-gobject fontconfig freetype gdk-3
|
|
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmp gobject-2.0 gtk-3
|
|
|
|
WANTLIB += gtksourceview-3.0 intl m pango-1.0 pangocairo-1.0 pthread
|
|
|
|
WANTLIB += z
|
2014-04-21 16:02:25 +00:00
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
MODULES = lang/ocaml
|
2014-04-21 16:02:25 +00:00
|
|
|
|
2019-09-07 17:11:53 +00:00
|
|
|
RUN_DEPENDS = x11/lablgtk3 \
|
2019-03-23 10:11:00 +00:00
|
|
|
devel/ocaml-graph \
|
|
|
|
math/graphviz \
|
|
|
|
math/ocaml-zarith \
|
2019-09-07 17:11:53 +00:00
|
|
|
devel/ocaml-yojson
|
2014-04-21 16:02:25 +00:00
|
|
|
|
2019-09-07 17:11:53 +00:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS} \
|
|
|
|
sysutils/findlib
|
2014-04-21 16:02:25 +00:00
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
TEST_TARGET = oracles tests
|
|
|
|
|
2019-03-04 12:51:12 +00:00
|
|
|
CONFIGURE_STYLE = gnu autoconf no-autoheader
|
|
|
|
AUTOCONF_VERSION = 2.69
|
2014-04-21 16:02:25 +00:00
|
|
|
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>
|