blob: 7bae3867ff98e6a3e1096420c463454b01337d62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
MASTERDIR= ${.CURDIR}/../litecoin
PORTREVISION= 2
PKGNAMESUFFIX= -utils
COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
SLAVE_PORT= yes
OPTIONS_DEFINE= DEBUG HARDENING TESTS ZMQ
OPTIONS_RADIO=
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 \
share/man/man1/litecoin-cli.1.gz share/man/man1/litecoin-tx.1.gz \
bin/litecoin-wallet \
share/man/man1/litecoin-wallet.1.gz
.include "${MASTERDIR}/Makefile"
|