d0084dad79
Nicotine+ is a graphical client for the Soulseek peer-to-peer network. Aims to be a pleasant, free and open source (FOSS) alternative to the official Soulseek client, providing additional functionality while keeping current with the Soulseek protocol. It uses GTK for its graphical user interface, and is written in Python. WWW: https://github.com/Nicotine-Plus/nicotine-plus/ PR: 246328 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32290
102 lines
2.6 KiB
Makefile
102 lines
2.6 KiB
Makefile
COMMENT = Peer-to-peer network applications
|
|
|
|
SUBDIR += amule
|
|
SUBDIR += amule-devel
|
|
SUBDIR += awgg
|
|
SUBDIR += bazarr
|
|
SUBDIR += bazarr-devel
|
|
SUBDIR += bitcoin
|
|
SUBDIR += bitcoin-daemon
|
|
SUBDIR += bitcoin-utils
|
|
SUBDIR += bitflu
|
|
SUBDIR += bitmark
|
|
SUBDIR += bitmark-cli
|
|
SUBDIR += bitmark-daemon
|
|
SUBDIR += bitmark-recorder
|
|
SUBDIR += btcheck
|
|
SUBDIR += btpd
|
|
SUBDIR += c-lightning
|
|
SUBDIR += cpuminer
|
|
SUBDIR += createtorrent
|
|
SUBDIR += ctcs
|
|
SUBDIR += ctorrent
|
|
SUBDIR += dclib
|
|
SUBDIR += deluge
|
|
SUBDIR += deluge-cli
|
|
SUBDIR += ed2k
|
|
SUBDIR += edonkey-tool-hash
|
|
SUBDIR += eiskaltdcpp-cli
|
|
SUBDIR += eiskaltdcpp-daemon
|
|
SUBDIR += eiskaltdcpp-data
|
|
SUBDIR += eiskaltdcpp-gtk
|
|
SUBDIR += eiskaltdcpp-lib
|
|
SUBDIR += frost
|
|
SUBDIR += go-ethereum
|
|
SUBDIR += go-prysm
|
|
SUBDIR += gtk-gnutella
|
|
SUBDIR += gtorrentviewer
|
|
SUBDIR += jackett
|
|
SUBDIR += jigdo
|
|
SUBDIR += ktorrent
|
|
SUBDIR += libbt
|
|
SUBDIR += liberator
|
|
SUBDIR += libktorrent
|
|
SUBDIR += libswift
|
|
SUBDIR += libtorrent
|
|
SUBDIR += libtorrent-rasterbar
|
|
SUBDIR += lidarr
|
|
SUBDIR += linuxdcpp
|
|
SUBDIR += litecoin
|
|
SUBDIR += litecoin-daemon
|
|
SUBDIR += litecoin-utils
|
|
SUBDIR += microdc2
|
|
SUBDIR += minder
|
|
SUBDIR += mktorrent
|
|
SUBDIR += mldonkey
|
|
SUBDIR += mldonkey-core
|
|
SUBDIR += mldonkey-gui
|
|
SUBDIR += monero-cli
|
|
SUBDIR += namecoin
|
|
SUBDIR += namecoin-daemon
|
|
SUBDIR += namecoin-utils
|
|
SUBDIR += ncdc
|
|
SUBDIR += opendchub
|
|
SUBDIR += openethereum
|
|
SUBDIR += p5-Net-BitTorrent
|
|
SUBDIR += p5-Net-BitTorrent-File
|
|
SUBDIR += p5-Net-BitTorrent-PeerPacket
|
|
SUBDIR += p5-Net-DirectConnect
|
|
SUBDIR += p5-WWW-BitTorrent
|
|
SUBDIR += phex
|
|
SUBDIR += py-libtorrent-rasterbar
|
|
SUBDIR += py-nicotine-plus
|
|
SUBDIR += py-transmission-rpc
|
|
SUBDIR += py-tremc
|
|
SUBDIR += py-vertex
|
|
SUBDIR += qbittorrent
|
|
SUBDIR += qtum
|
|
SUBDIR += radarr
|
|
SUBDIR += retroshare
|
|
SUBDIR += rslsync
|
|
SUBDIR += rtorrent
|
|
SUBDIR += shx
|
|
SUBDIR += sonarr
|
|
SUBDIR += torrent-file-editor
|
|
SUBDIR += torrentcheck
|
|
SUBDIR += torrentsniff
|
|
SUBDIR += transmission
|
|
SUBDIR += transmission-cli
|
|
SUBDIR += transmission-daemon
|
|
SUBDIR += transmission-gtk
|
|
SUBDIR += transmission-qt
|
|
SUBDIR += transmission-remote-gui
|
|
SUBDIR += transmission-utils
|
|
SUBDIR += udpt
|
|
SUBDIR += uhub
|
|
SUBDIR += vuze
|
|
SUBDIR += xmrig
|
|
SUBDIR += zetacoin
|
|
SUBDIR += zetacoin-daemon
|
|
SUBDIR += zetacoin-utils
|
|
|
|
.include <bsd.port.subdir.mk>
|