aboutsummaryrefslogblamecommitdiff
path: root/net-p2p/namecoin-daemon/Makefile
blob: 114ca9bf174ad3e50a5f49f815b4e17ddafefd83 (plain) (tree)
1
2
3
4
5
6
7
8
9

           

                                      
                       
 
                                                         

                   









                                                                                                           

                                 



                             

                                
# $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"