Bump finance/ledger to version 3.1.1_5
[dports.git] / finance / ledger / Makefile
1 # Created by: wcarey
2 # $FreeBSD$
3
4 PORTNAME=       ledger
5 PORTVERSION=    3.1.1
6 DISTVERSIONPREFIX=      v
7 PORTREVISION=   5
8 CATEGORIES=     finance
9
10 MAINTAINER=     woodycarey@hotmail.com
11 COMMENT=        John Wiegley's command line accounting program
12
13 LICENSE=        BSD3CLAUSE
14 LICENSE_FILE=   ${WRKSRC}/LICENSE.md
15
16 BUILD_DEPENDS=  ${LOCALBASE}/include/utf8.h:devel/utf8cpp
17 LIB_DEPENDS=    libgmp.so:math/gmp \
18                 libmpfr.so:math/mpfr \
19                 libboost_system.so:devel/boost-libs
20
21 BROKEN_powerpc64=       fails to link: ibledger.so.3: undefined reference to boost::match_results
22
23 USE_GITHUB=     yes
24
25 USE_LDCONFIG=   yes
26 USES=           cmake compiler:c++11-lib libedit
27
28 CMAKE_ARGS=     -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \
29                 -DCMAKE_INCLUDE_PATH=${LOCALBASE}/include
30
31 .include <bsd.port.mk>