1c9720f21c
While here, clean up and add a litecoin-utils port PR: 201154 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
23 lines
461 B
Makefile
23 lines
461 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../litecoin
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|