freebsd-ports/net-p2p/bitcoin-utils/Makefile
Jan Beich 5dc469fd40 net-p2p/bitcoin: chase r399209
1da63faa4f

PR:		203761
Submitted by:	robbak@gmail.com (based on)
Obtained from:	upstream
MFH:		2015Q4
X-MFH-With:	r399209
2015-10-14 14:57:33 +00:00

26 lines
571 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../bitcoin
PORTREVISION= 0
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 ia64
ONLY_FOR_ARCHS_REASON= does not support big-endian architectures
CONFIGURE_ARGS= --without-daemon \
--without-gui \
--without-libs \
--without-qrencode \
--with-utils \
--disable-wallet \
--disable-reduce-exports
PLIST_FILES= bin/bitcoin-cli bin/bitcoin-tx
.include "${MASTERDIR}/Makefile"