mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
a9425224f1
PR: 216777 Approved by: mm (maintainer)
28 lines
539 B
Makefile
28 lines
539 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../bitcoin
|
|
PORTREVISION= 5
|
|
PKGNAMESUFFIX= -daemon
|
|
|
|
COMMENT= Virtual Peer-to-Peer Currency (Daemon)
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386 ia64
|
|
ONLY_FOR_ARCHS_REASON= does not support big-endian architectures
|
|
|
|
OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET ZMQ
|
|
OPTIONS_DEFAULT= HARDENING UPNP WALLET
|
|
|
|
CONFIGURE_ARGS= --with-daemon \
|
|
--without-gui \
|
|
--without-libs \
|
|
--without-qrencode \
|
|
--without-utils
|
|
|
|
PLIST_FILES= bin/bitcoind
|
|
|
|
USE_RC_SUBR= bitcoind
|
|
|
|
.include "${MASTERDIR}/Makefile"
|