svn commit: r338384 - in head/net-p2p: . litecoin-daemon

Steve Wills swills at FreeBSD.org
Wed Jan 1 17:54:26 UTC 2014


Author: swills
Date: Wed Jan  1 17:54:26 2014
New Revision: 338384
URL: http://svnweb.freebsd.org/changeset/ports/338384

Log:
  Slave port of net-p2p/litecoin so as to allow litecoin-qt and litecoind to
  easily coexist on a system.
  
  PR:		ports/184971
  Submitted by:	"Chad J. Milios" <milios at ccsys.com>

Added:
  head/net-p2p/litecoin-daemon/
  head/net-p2p/litecoin-daemon/Makefile   (contents, props changed)
Modified:
  head/net-p2p/Makefile

Modified: head/net-p2p/Makefile
==============================================================================
--- head/net-p2p/Makefile	Wed Jan  1 17:52:49 2014	(r338383)
+++ head/net-p2p/Makefile	Wed Jan  1 17:54:26 2014	(r338384)
@@ -52,6 +52,7 @@
     SUBDIR += linux-jigdo
     SUBDIR += linuxdcpp
     SUBDIR += litecoin
+    SUBDIR += litecoin-daemon
     SUBDIR += lopster
     SUBDIR += microdc2
     SUBDIR += minder

Added: head/net-p2p/litecoin-daemon/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/litecoin-daemon/Makefile	Wed Jan  1 17:54:26 2014	(r338384)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-daemon
+COMMENT=	Virtual Peer-to-Peer Currency Software
+MASTERDIR=	${.CURDIR}/../litecoin
+DESCR=		${MASTERDIR}/pkg-descr
+SLAVE_PORT=	yes
+OPTIONS_EXCLUDE=	GUI QRCODES
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list