aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/litecoin-utils
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2015-08-05 13:21:53 +0000
committerSteve Wills <swills@FreeBSD.org>2015-08-05 13:21:53 +0000
commit1c9720f21c877d8491ae9a38dbd0355baddb6a1a (patch)
tree6947eaf444ace5533a6d82d767ebb4e4a57f5d17 /net-p2p/litecoin-utils
parentd69c2fb4f334175f3150dca5c354ef02454f2407 (diff)
downloadports-1c9720f21c877d8491ae9a38dbd0355baddb6a1a.tar.gz
ports-1c9720f21c877d8491ae9a38dbd0355baddb6a1a.zip
net-p2p/litecoin: Update to 0.10.2.2
While here, clean up and add a litecoin-utils port PR: 201154 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Notes
Notes: svn path=/head/; revision=393586
Diffstat (limited to 'net-p2p/litecoin-utils')
-rw-r--r--net-p2p/litecoin-utils/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-p2p/litecoin-utils/Makefile b/net-p2p/litecoin-utils/Makefile
new file mode 100644
index 000000000000..f0a8210e4035
--- /dev/null
+++ b/net-p2p/litecoin-utils/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../litecoin
+PKGNAMESUFFIX= -utils
+
+COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
+
+SLAVE_PORT= yes
+
+OPTIONS_DEFINE= DEBUG HARDENING TESTS
+OPTIONS_DEFAULT= HARDENING TESTS
+
+CONFIGURE_ARGS= --without-daemon \
+ --without-gui \
+ --without-libs \
+ --without-qrencode \
+ --with-utils \
+ --disable-wallet \
+ --disable-reduce-exports
+
+PLIST_FILES= bin/litecoin-cli bin/litecoin-tx
+
+.include "${MASTERDIR}/Makefile"