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:
parent
347d7e7508
commit
0e28d6468c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365806
@ -113,5 +113,6 @@
|
||||
SUBDIR += vuze
|
||||
SUBDIR += xnap
|
||||
SUBDIR += zetacoin
|
||||
SUBDIR += zetacoin-nox11
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
11
net-p2p/zetacoin-nox11/Makefile
Normal file
11
net-p2p/zetacoin-nox11/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user