blob: aceb545c17a068ac46ca34fc3dceb006de05823d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= libabigail
DISTVERSION= 2.9
CATEGORIES= devel
MASTER_SITES= SOURCEWARE/${PORTNAME}/
MAINTAINER= adridg@FreeBSD.org
COMMENT= ABI Generic Analysis and Instrumentation Library
WWW= https://sourceware.org/libabigail/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libdw.so:devel/elfutils \
libxxhash.so:devel/xxhash
USES= compiler:c++11-lang gmake gnome libtool localbase pkgconfig \
python tar:xz
USE_GNOME= libxml2
GNU_CONFIGURE= yes
TEST_TARGET= check
TESTING_UNSAFE= some tests fail due to ? sorting issues in libc++ ?
.include <bsd.port.mk>
|