aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/bitcoin-utils/Makefile
blob: 30db8bdd4aa6cd2b9235f4f27229df388c9af1b6 (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}/../bitcoin
PORTREVISION=   6
PKGNAMESUFFIX=  -utils

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

OPTIONS_DEFINE=     DEBUG HARDENING TESTS
OPTIONS_DEFAULT=    HARDENING TESTS

ONLY_FOR_ARCHS=     amd64 i386
ONLY_FOR_ARCHS_REASON=  does not support big-endian architectures

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

PLIST_FILES=    bin/bitcoin-cli bin/bitcoin-tx

.include "${MASTERDIR}/Makefile"