diff options
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/bitcoin-daemon/Makefile | 9 |
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" |