gtk-gnutella. It will checkout from sourceforge.net and build from that. Problems remaining with this is that the PLIST is likely to be wrong if files are added in the gnutella cvs repository. I would like to be able to use pkgviews for this but at the moment that is not possible. Gtk-Gnutella is a reliable and efficient Gnutella client, supporting the latest Gnutella protocol, bandwidth limitation (both incoming and outgoing) traffic compression, and advanced search filters among other things. Gnutella is a peer-based file-sharing protocol that allows a user running a Gnutella client to search for and download files from other Gnutella users, as well as share some files of his/her own. Gtk-Gnutella offers all the extra features you expect from a modern client: persistent downloads, searches and filters, intuitive interface, upload statistics, and of course total control over many configuration parameters. See http://gtk-gnutella.sf.net/ for further information and help.
7 lines
206 B
Text
7 lines
206 B
Text
# $NetBSD: Makefile.version,v 1.1.1.1 2004/11/19 20:36:32 larnor Exp $
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if !defined(GTK_GNUTELLA_VER) || empty(GTK_GNUTELLA_VER)
|
|
GTK_GNUTELLA_VER!= ${DATE} +%Y%m%d
|
|
.endif
|