diff options
author | swills <swills@FreeBSD.org> | 2014-01-02 01:54:26 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-01-02 01:54:26 +0800 |
commit | 3c28e72c07f29f0a07ca03b840171839ecd71858 (patch) | |
tree | 670f6bcc8928d3d0776b0bf37d5aae2ff603d351 /net-p2p/litecoin-daemon | |
parent | b85d5113275e6667fe34e9d8633d4153ebf752e4 (diff) | |
download | freebsd-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/Makefile | 9 |
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" |