Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= ledger |
4 |
PORTNAME= ledger |
5 |
PORTVERSION= 3.1 |
5 |
PORTVERSION= 3.1.1 |
6 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSIONPREFIX= v |
7 |
CATEGORIES= finance |
7 |
CATEGORIES= finance |
8 |
|
8 |
|
Lines 10-16
Link Here
|
10 |
COMMENT= John Wiegley's command line accounting program |
10 |
COMMENT= John Wiegley's command line accounting program |
11 |
|
11 |
|
12 |
LICENSE= BSD3CLAUSE |
12 |
LICENSE= BSD3CLAUSE |
13 |
LICENSE_FILE= ${WRKSRC}/doc/LICENSE |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE.md |
14 |
|
14 |
|
15 |
BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:${PORTSDIR}/devel/utf8cpp |
15 |
BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:${PORTSDIR}/devel/utf8cpp |
16 |
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ |
16 |
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ |
Lines 22-28
Link Here
|
22 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
23 |
USES= cmake compiler:c++11-lib libedit |
23 |
USES= cmake compiler:c++11-lib libedit |
24 |
|
24 |
|
25 |
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \ |
25 |
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \ |
26 |
-DCMAKE_INCLUDE_PATH=${LOCALBASE}/include |
26 |
-DCMAKE_INCLUDE_PATH=${LOCALBASE}/include |
27 |
|
27 |
|
28 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |