Bitmark secures digital property registration through Bitmark certificates, enabling economic trade of those properties between individuals, governments, corporations, and institutions at global scale. WWW: https://github.com/bitmark-inc/bitmarkd Submitted by: Christopher Hall <hsw__bitmark.com> Sponsored by: Bitmark Inc. Differential Revision: https://reviews.freebsd.org/D23167
14 lines
230 B
Makefile
14 lines
230 B
Makefile
# $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"
|