summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorreinoud <reinoud@pkgsrc.org>2005-08-05 22:07:07 +0000
committerreinoud <reinoud@pkgsrc.org>2005-08-05 22:07:07 +0000
commit443fa4b60242bf78f235d1e9efa957f5d364e09c (patch)
tree84024a8e7d2ae3a527a8e910c96a9bdef2ee39b5 /net/Makefile
parentf161eb15fe77ac21cf0e6231104b7b8824ed40ff (diff)
downloadpkgsrc-443fa4b60242bf78f235d1e9efa957f5d364e09c.tar.gz
Addition of btget, a bittorrent client written entirely in 'C'. It uses
allmost no processor time compared to the python bittorrent. LibBT is a C reimplementation of the BitTorrent core protocols. Our goal for the project is to develop a low overhead library version of the protocols so that BitTorrent transfers can easily be built in to any existing application. A suplied application called `btget' is a full fledged bittorrent application based on this library.
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index 6d6953c944d..eb3da2fa083 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.566 2005/07/23 21:34:55 wiz Exp $
+# $NetBSD: Makefile,v 1.567 2005/08/05 22:07:07 reinoud Exp $
#
COMMENT= Networking tools
@@ -34,6 +34,7 @@ SUBDIR+= bittornado-gui
SUBDIR+= bittorrent
SUBDIR+= bittorrent-gui
SUBDIR+= bmon
+SUBDIR+= btget
SUBDIR+= boinc3-coreclient
SUBDIR+= boinc3-libs
SUBDIR+= boinc3-seti