aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/litecoin-utils/Makefile
blob: adc9df12ed20e610180bd21f86b6597bac9b53ff (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
# $FreeBSD$

MASTERDIR=  ${.CURDIR}/../litecoin
PKGNAMESUFFIX=  -utils

COMMENT=    Virtual Peer-to-Peer Currency (CLI and Utilities)

BROKEN_powerpc64=   Does not build

SLAVE_PORT= yes

OPTIONS_DEFINE=     DEBUG HARDENING TESTS
OPTIONS_DEFAULT=    HARDENING TESTS

CONFIGURE_ARGS= --without-daemon \
        --without-gui \
        --without-libs \
        --without-qrencode \
        --with-utils \
        --disable-wallet \
        --disable-reduce-exports

PLIST_FILES=    bin/litecoin-cli bin/litecoin-tx

.include "${MASTERDIR}/Makefile"