freebsd-ports/net-p2p/litecoin-daemon/Makefile
2016-10-05 19:42:38 +00:00

31 lines
575 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../litecoin
PKGNAMESUFFIX= -daemon
COMMENT= Virtual Peer-to-Peer Currency (Daemon)
SLAVE_PORT= yes
BROKEN_powerpc64= Does not build
BROKEN_sparc64= Does not build
USES+= cpe
CPE_VENDOR= bitcoin
CPE_PRODUCT= bitcoind
CPE_VERSION= ${PORTVERSION:R}
OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET
OPTIONS_DEFAULT= HARDENING WALLET
CONFIGURE_ARGS= --with-daemon \
--without-gui \
--without-libs \
--without-qrencode \
--without-utils \
--disable-reduce-exports
PLIST_FILES= bin/litecoind
.include "${MASTERDIR}/Makefile"