aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/litecoin-daemon
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-01-02 01:54:26 +0800
committerswills <swills@FreeBSD.org>2014-01-02 01:54:26 +0800
commit3c28e72c07f29f0a07ca03b840171839ecd71858 (patch)
tree670f6bcc8928d3d0776b0bf37d5aae2ff603d351 /net-p2p/litecoin-daemon
parentb85d5113275e6667fe34e9d8633d4153ebf752e4 (diff)
downloadfreebsd-ports-gnome-3c28e72c07f29f0a07ca03b840171839ecd71858.tar.gz
freebsd-ports-gnome-3c28e72c07f29f0a07ca03b840171839ecd71858.tar.zst
freebsd-ports-gnome-3c28e72c07f29f0a07ca03b840171839ecd71858.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>
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"