Add net-p2p/zetacoin-nox11 as a slave to zetacoin. This allows installing

just the daemon on headless servers.

PR:		192629
Submitted by:	maintainer
This commit is contained in:
Adam Weinberger 2014-08-23 20:21:08 +00:00
parent 347d7e7508
commit 0e28d6468c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365806
2 changed files with 12 additions and 0 deletions

View File

@ -113,5 +113,6 @@
SUBDIR += vuze
SUBDIR += xnap
SUBDIR += zetacoin
SUBDIR += zetacoin-nox11
.include <bsd.port.subdir.mk>

View File

@ -0,0 +1,11 @@
# Created by: Daniel Morante <daniel@morante.net>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../zetacoin
PKGNAMESUFFIX= -nox11
OPTIONS_EXCLUDE= X11 QRCODES
SLAVE_PORT= yes
.include "${MASTERDIR}/Makefile"