17 lines
322 B
Makefile
17 lines
322 B
Makefile
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -daemon
|
|
|
|
COMMENT= Bitmark distributed property system daemon
|
|
|
|
# license section (for portlint)
|
|
|
|
CONFLICTS= bitmark
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
OPTIONS_SLAVE= DAEMON
|
|
OPTIONS_EXCLUDE= CLI DUMPER RECORDER
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net-p2p/bitmark
|
|
|
|
.include "${MASTERDIR}/Makefile"
|