mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
e3dce67c61
Changes https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-25.0.md Sponsored by: BBOX.io
23 lines
542 B
Makefile
23 lines
542 B
Makefile
MASTERDIR= ${.CURDIR}/../bitcoin
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
|
|
SLAVE_PORT= yes
|
|
|
|
OPTIONS_DEFINE= DEBUG HARDENING TESTS
|
|
OPTIONS_DEFAULT= HARDENING TESTS
|
|
|
|
CONFIGURE_ARGS= --without-daemon \
|
|
--without-gui \
|
|
--without-libs \
|
|
--without-qrencode \
|
|
--without-miniupnpc \
|
|
--with-utils \
|
|
--disable-wallet
|
|
|
|
PLIST_FILES= bin/bitcoin-cli bin/bitcoin-tx bin/bitcoin-util \
|
|
man/man1/bitcoin-cli.1.gz man/man1/bitcoin-tx.1.gz \
|
|
man/man1/bitcoin-util.1.gz
|
|
|
|
.include "${MASTERDIR}/Makefile"
|