freebsd-ports/net-p2p/litecoin-utils/Makefile
Alex Dupre bf8943b55d Update to 0.17.1 release and add the option (default enabled) to use
a newer BDB version (sync with bitcoin port).

PR:		240058
Submitted by:	ale
Approved by:	maintainer
2019-08-27 13:44:17 +00:00

29 lines
660 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../litecoin
PKGNAMESUFFIX= -utils
COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
SLAVE_PORT= yes
NOT_FOR_ARCHS= powerpc powerpc64 sparc64
NOT_FOR_ARCHS_REASON= configure: error: Big Endian not supported
OPTIONS_DEFINE= DEBUG HARDENING TESTS
OPTIONS_RADIO=
OPTIONS_DEFAULT= HARDENING TESTS
PKGHELP= ${NONEXISTENT}
CONFIGURE_ARGS= --without-daemon \
--without-gui \
--without-libs \
--without-qrencode \
--without-miniupnpc \
--with-utils \
--disable-wallet
PLIST_FILES= bin/litecoin-cli bin/litecoin-tx \
man/man1/litecoin-cli.1.gz man/man1/litecoin-tx.1.gz
.include "${MASTERDIR}/Makefile"