opnsense-ports/net-p2p/bitcoin-utils/Makefile
Franco Fichtner df86fe7680 */*: sync with upstream
Taken from: FreeBSD
2016-05-02 07:38:15 +02:00

25 lines
542 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
PLIST_FILES= bin/bitcoin-cli bin/bitcoin-tx
.include "${MASTERDIR}/Makefile"