From 3c28e72c07f29f0a07ca03b840171839ecd71858 Mon Sep 17 00:00:00 2001 From: swills Date: Wed, 1 Jan 2014 17:54:26 +0000 Subject: 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" --- net-p2p/litecoin-daemon/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 net-p2p/litecoin-daemon/Makefile (limited to 'net-p2p/litecoin-daemon') 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" -- cgit