blob: 40fd74e72a5ea17fa4ccd7af9cb7b0ab57360169 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
MASTERDIR= ${.CURDIR}/../bitmark
PKGNAMESUFFIX= -recorder
COMMENT= Bitmark distributed property system recorder
CONFLICTS?= bitmark
SLAVE_PORT= yes
OPTIONS_DEFINE= RECORDER
OPTIONS_DEFAULT= RECORDER
.include "${MASTERDIR}/Makefile"
|