summaryrefslogtreecommitdiff
path: root/net-p2p/zetacoin-utils/Makefile
blob: 9a52ff330233c6df455247999495a62f35b54d5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

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"