svn commit: r365806 - in head/net-p2p: . zetacoin-nox11
Adam Weinberger
adamw at FreeBSD.org
Sat Aug 23 20:21:09 UTC 2014
Author: adamw
Date: Sat Aug 23 20:21:08 2014
New Revision: 365806
URL: http://svnweb.freebsd.org/changeset/ports/365806
QAT: https://qat.redports.org/buildarchive/r365806/
Log:
Add net-p2p/zetacoin-nox11 as a slave to zetacoin. This allows installing
just the daemon on headless servers.
PR: 192629
Submitted by: maintainer
Added:
head/net-p2p/zetacoin-nox11/
head/net-p2p/zetacoin-nox11/Makefile (contents, props changed)
Modified:
head/net-p2p/Makefile
Modified: head/net-p2p/Makefile
==============================================================================
--- head/net-p2p/Makefile Sat Aug 23 20:17:16 2014 (r365805)
+++ head/net-p2p/Makefile Sat Aug 23 20:21:08 2014 (r365806)
@@ -113,5 +113,6 @@
SUBDIR += vuze
SUBDIR += xnap
SUBDIR += zetacoin
+ SUBDIR += zetacoin-nox11
.include <bsd.port.subdir.mk>
Added: head/net-p2p/zetacoin-nox11/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-p2p/zetacoin-nox11/Makefile Sat Aug 23 20:21:08 2014 (r365806)
@@ -0,0 +1,11 @@
+# Created by: Daniel Morante <daniel at morante.net>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../zetacoin
+PKGNAMESUFFIX= -nox11
+
+OPTIONS_EXCLUDE= X11 QRCODES
+
+SLAVE_PORT= yes
+
+.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list