1
0
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:
Steve Wills 2014-01-01 17:52:49 +00:00
parent cfe7187881
commit 6908ecaa08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338383
2 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,7 @@
SUBDIR += amule-devel
SUBDIR += azureus2
SUBDIR += bitcoin
SUBDIR += bitcoin-daemon
SUBDIR += bitflu
SUBDIR += bitmessage
SUBDIR += bittyrant

View 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"