summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-01-01 17:52:49 +0000
committerSteve Wills <swills@FreeBSD.org>2014-01-01 17:52:49 +0000
commit6908ecaa0843f8c16bc1c828445bf0157a274458 (patch)
tree014119f53cbe66b21bfe5a0588eecbf0eee2e923 /net-p2p
parentAdd x11-fonts/clearsans. (diff)
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>
Notes
Notes: svn path=/head/; revision=338383
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/Makefile1
-rw-r--r--net-p2p/bitcoin-daemon/Makefile9
2 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index b7a1dfa8307b..4942b06147e7 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -7,6 +7,7 @@
SUBDIR += amule-devel
SUBDIR += azureus2
SUBDIR += bitcoin
+ SUBDIR += bitcoin-daemon
SUBDIR += bitflu
SUBDIR += bitmessage
SUBDIR += bittyrant
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile
new file mode 100644
index 000000000000..88ce8b4befb6
--- /dev/null
+++ b/net-p2p/bitcoin-daemon/Makefile
@@ -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"