freebsd-ports/net-p2p/namecoin-daemon/Makefile
Piotr Kubaj 0fd9c9db5d net-p2p/namecoin-daemon: remove ONLY_FOR_ARCHS
- ia64 is not supported,
- the port builds fine on powerpc64 (which is BE) and armv7, it probably builds on both endianesses now

Approved by:	mentors (implicit approval)
2019-10-24 09:20:39 +00:00

27 lines
631 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../namecoin
PKGNAMESUFFIX= -daemon
COMMENT= Decentralized, open DNS and more (Daemon)
SLAVE_PORT= yes
CONFLICTS_INSTALL= namecoin-stable-[0-9]* namecoin-stable-daemon-[0-9]* namecoin-stable-utils-[0-9]* \
namecoin-beta-[0-9]* namecoin-beta-daemon-[0-9]* namecoin-beta-utils-[0-9]*
OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET ZMQ
OPTIONS_DEFAULT= HARDENING UPNP WALLET
CONFIGURE_ARGS= --with-daemon \
--without-gui \
--without-libs \
--without-qrencode \
--without-utils \
--disable-man
PLIST_FILES= bin/namecoind
USE_RC_SUBR= namecoind
.include "${MASTERDIR}/Makefile"