blob: 27b0de163023be39ab9804b2a4f3ac291868d283 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= libabigail
DISTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SOURCEWARE/${PORTNAME}/
MAINTAINER= adridg@FreeBSD.org
COMMENT= ABI Generic Analysis and Instrumentation Library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libxml2.so:textproc/libxml2 \
libdw.so:devel/elfutils
USES= compiler:c++11-lang gmake libtool localbase pkgconfig python
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-cxx11=yes
.include <bsd.port.mk>
|