c9d5d2dbd2
Reviewed by: araujo Differential Revision: https://reviews.freebsd.org/D31176
13 lines
238 B
Makefile
13 lines
238 B
Makefile
MASTERDIR= ${.CURDIR}/../bitmark
|
|
PKGNAMESUFFIX= -cli
|
|
|
|
COMMENT= Bitmark distributed property system cli
|
|
|
|
CONFLICTS?= bitmark
|
|
|
|
OPTIONS_EXCLUDE= DAEMON DUMPER RECORDER
|
|
OPTIONS_DEFAULT= CLI
|
|
|
|
_SLAVE_PORT= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|