1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net-p2p/litecoin-utils/Makefile
Steve Wills e4f9348119 net-p2p/litecoin: update to 0.14.2
While here, add rc script for litecoin-daemon

PR:		222343
Submitted by:	Christopher Hall <hsw@bitmark.com> (with changes)
2017-09-17 00:38:59 +00:00

28 lines
618 B
Makefile

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