freebsd-ports/net-p2p/zetacoin-utils/Makefile
Rene Ladan 63008e23ae net-p2p/zetacoin: fix build with current boost.
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
2019-09-14 14:26:31 +00:00

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"