a9425224f1
PR: 216777 Approved by: mm (maintainer)
25 lines
542 B
Makefile
25 lines
542 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../bitcoin
|
|
PORTREVISION= 5
|
|
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"
|