diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-01-01 17:54:26 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-01-01 17:54:26 +0000 |
commit | 2f713738f7e554eceedfa2cb38d80e48ded5fb93 (patch) | |
tree | 670f6bcc8928d3d0776b0bf37d5aae2ff603d351 | |
parent | Slave port of net-p2p/bitcoin so as to allow bitcoin-qt and bitcoind to easily (diff) |
Slave port of net-p2p/litecoin so as to allow litecoin-qt and litecoind to
easily coexist on a system.
PR: ports/184971
Submitted by: "Chad J. Milios" <milios@ccsys.com>
Notes
Notes:
svn path=/head/; revision=338384
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/litecoin-daemon/Makefile | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 4942b06147e7..d84c077d408a 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -52,6 +52,7 @@ SUBDIR += linux-jigdo SUBDIR += linuxdcpp SUBDIR += litecoin + SUBDIR += litecoin-daemon SUBDIR += lopster SUBDIR += microdc2 SUBDIR += minder diff --git a/net-p2p/litecoin-daemon/Makefile b/net-p2p/litecoin-daemon/Makefile new file mode 100644 index 000000000000..258145ae4a15 --- /dev/null +++ b/net-p2p/litecoin-daemon/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -daemon +COMMENT= Virtual Peer-to-Peer Currency Software +MASTERDIR= ${.CURDIR}/../litecoin +DESCR= ${MASTERDIR}/pkg-descr +SLAVE_PORT= yes +OPTIONS_EXCLUDE= GUI QRCODES +.include "${MASTERDIR}/Makefile" |