- 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)
27 lines
631 B
Makefile
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"
|