63008e23ae
Resurrect -nox11 slave port as -daemon slave port. Split off cli and tx utilities from main port into -utils slave port. PR: 237017 Submitted by: Daniel Morante Reported by: jbeich
25 lines
518 B
Makefile
25 lines
518 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../zetacoin
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
COMMENT= Peer-to-Peer crypto currency with quick transactions (CLI and Utilities)
|
|
SLAVE_PORT= yes
|
|
|
|
OPTIONS_DEFINE= DEBUG HARDENING TESTS
|
|
OPTIONS_RADIO=
|
|
OPTIONS_DEFAULT= HARDENING
|
|
|
|
PKGHELP= ${NONEXISTENT}
|
|
|
|
CONFIGURE_ARGS= --without-daemon \
|
|
--without-gui \
|
|
--without-libs \
|
|
--without-qrencode \
|
|
--without-miniupnpc \
|
|
--with-utils \
|
|
--disable-wallet
|
|
|
|
PLIST_FILES= bin/${PORTNAME}-cli bin/${PORTNAME}-tx
|
|
|
|
.include "${MASTERDIR}/Makefile"
|