aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/litecoin-daemon
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-01-01 17:54:26 +0000
committerSteve Wills <swills@FreeBSD.org>2014-01-01 17:54:26 +0000
commit2f713738f7e554eceedfa2cb38d80e48ded5fb93 (patch)
tree670f6bcc8928d3d0776b0bf37d5aae2ff603d351 /net-p2p/litecoin-daemon
parent6908ecaa0843f8c16bc1c828445bf0157a274458 (diff)
downloadports-2f713738f7e554eceedfa2cb38d80e48ded5fb93.tar.gz
ports-2f713738f7e554eceedfa2cb38d80e48ded5fb93.zip
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
Diffstat (limited to 'net-p2p/litecoin-daemon')
-rw-r--r--net-p2p/litecoin-daemon/Makefile9
1 files changed, 9 insertions, 0 deletions
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"