4a007974ab
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
15 lines
242 B
Makefile
15 lines
242 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../bitmark
|
|
PKGNAMESUFFIX= -daemon
|
|
|
|
COMMENT= Bitmark distributed property system daemon
|
|
|
|
CONFLICTS?= bitmark
|
|
SLAVE_PORT= yes
|
|
|
|
OPTIONS_DEFINE= DAEMON
|
|
OPTIONS_DEFAULT= DAEMON
|
|
|
|
.include "${MASTERDIR}/Makefile"
|