1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net-p2p/bitcoin-daemon/Makefile
Steve Wills 6908ecaa08 Slave port of net-p2p/bitcoin so as to allow bitcoin-qt and bitcoind to easily
coexist on a system.

PR:		ports/184972
Submitted by:	"Chad J. Milios" <milios@ccsys.com>
2014-01-01 17:52:49 +00:00

10 lines
224 B
Makefile

# $FreeBSD$
PKGNAMESUFFIX= -daemon
COMMENT= Virtual Peer-to-Peer Currency Client
MASTERDIR= ${.CURDIR}/../bitcoin
DESCR= ${MASTERDIR}/pkg-descr
SLAVE_PORT= yes
OPTIONS_EXCLUDE= GUI QRCODES
.include "${MASTERDIR}/Makefile"