freebsd-ports/net-p2p/bitcoin-utils/Makefile
Piotr Kubaj 13899830e2 net-p2p/bitcoin-utils: unbreak on BE
net-mgmt/ndouditls: fix build on GCC architectures

ndoutils needs C11 compiler because it links to mysql libraries.

Approved by:	mentors (implicit approval)
2019-10-09 12:59:03 +00:00

26 lines
547 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../bitcoin
PKGNAMESUFFIX= -utils
COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
SLAVE_PORT= yes
OPTIONS_DEFINE= DEBUG HARDENING TESTS
OPTIONS_RADIO=
OPTIONS_DEFAULT= HARDENING TESTS
PKGHELP= ${NONEXISTENT}
CONFIGURE_ARGS= --without-daemon \
--without-gui \
--without-libs \
--without-qrencode \
--without-miniupnpc \
--with-utils \
--disable-wallet
PLIST_FILES= bin/bitcoin-cli bin/bitcoin-tx \
man/man1/bitcoin-cli.1.gz man/man1/bitcoin-tx.1.gz
.include "${MASTERDIR}/Makefile"