b7755bca61
Move the regression-test targetr from bitcoin-daemon to bitcoin port proper. Approved by: maintainer (via IRC)
22 lines
428 B
Makefile
22 lines
428 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../bitcoin
|
|
PKGNAMESUFFIX= -daemon
|
|
|
|
COMMENT= Virtual Peer-to-Peer Currency (Daemon)
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET
|
|
OPTIONS_DEFAULT= HARDENING TESTS WALLET
|
|
|
|
CONFIGURE_ARGS= --with-daemon \
|
|
--without-gui \
|
|
--without-libs \
|
|
--without-qrencode \
|
|
--without-utils \
|
|
--disable-reduce-exports
|
|
|
|
PLIST_FILES= bin/bitcoind
|
|
|
|
.include "${MASTERDIR}/Makefile"
|