mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
26 lines
495 B
Makefile
26 lines
495 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../litecoin
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
|
|
|
|
BROKEN_powerpc64= Does not build
|
|
|
|
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"
|