diff options
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/litecoin-daemon/Makefile | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 4942b06147e7..d84c077d408a 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -52,6 +52,7 @@ SUBDIR += linux-jigdo SUBDIR += linuxdcpp SUBDIR += litecoin + SUBDIR += litecoin-daemon SUBDIR += lopster SUBDIR += microdc2 SUBDIR += minder diff --git a/net-p2p/litecoin-daemon/Makefile b/net-p2p/litecoin-daemon/Makefile new file mode 100644 index 000000000000..258145ae4a15 --- /dev/null +++ b/net-p2p/litecoin-daemon/Makefile @@ -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" |