mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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>
This commit is contained in:
parent
cfe7187881
commit
6908ecaa08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338383
@ -7,6 +7,7 @@
|
||||
SUBDIR += amule-devel
|
||||
SUBDIR += azureus2
|
||||
SUBDIR += bitcoin
|
||||
SUBDIR += bitcoin-daemon
|
||||
SUBDIR += bitflu
|
||||
SUBDIR += bitmessage
|
||||
SUBDIR += bittyrant
|
||||
|
9
net-p2p/bitcoin-daemon/Makefile
Normal file
9
net-p2p/bitcoin-daemon/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $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"
|
Loading…
Reference in New Issue
Block a user