e2732b2416
Reviewed By: dmgk, arrowd Differential Revision: https://reviews.freebsd.org/D37877
14 lines
266 B
Makefile
14 lines
266 B
Makefile
PKGNAMESUFFIX= -cli
|
|
|
|
COMMENT= Bitmark distributed property system cli
|
|
|
|
CONFLICTS= bitmark
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
OPTIONS_SLAVE= CLI
|
|
OPTIONE_EXCLUDE= DAEMON DUMPER RECORDER
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net-p2p/bitmark
|
|
|
|
.include "${MASTERDIR}/Makefile"
|