aboutsummaryrefslogblamecommitdiff
path: root/net-p2p/zetacoin-utils/Makefile
blob: 54bae0b6786acd187c1fb94687588b8371a6135a (plain) (tree)
1
2
                                      
                 





















                                                                                        
MASTERDIR=	${.CURDIR}/../zetacoin
PORTREVISION=	2
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"