aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitmark-cli
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2020-01-17 10:46:13 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2020-01-17 10:46:13 +0000
commit4a007974abcba1ee6be3b82c3cdaef2b94c0e865 (patch)
treed64f9a0a977da70a0f776894d358ba1b6a4b815e /net-p2p/bitmark-cli
parent3623d08bfd5746c70562e537b6368cc48a7ee339 (diff)
downloadports-4a007974abcba1ee6be3b82c3cdaef2b94c0e865.tar.gz
ports-4a007974abcba1ee6be3b82c3cdaef2b94c0e865.zip
Notes
Diffstat (limited to 'net-p2p/bitmark-cli')
-rw-r--r--net-p2p/bitmark-cli/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-p2p/bitmark-cli/Makefile b/net-p2p/bitmark-cli/Makefile
new file mode 100644
index 000000000000..3c862530df25
--- /dev/null
+++ b/net-p2p/bitmark-cli/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../bitmark
+PKGNAMESUFFIX= -cli
+
+COMMENT= Bitmark distributed property system cli
+
+CONFLICTS?= bitmark
+SLAVE_PORT= yes
+
+OPTIONS_DEFINE= CLI
+OPTIONS_DEFAULT= CLI
+
+.include "${MASTERDIR}/Makefile"