cf118ccf87
Reported by: lwhsu
12 lines
229 B
Makefile
12 lines
229 B
Makefile
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"
|