diff options
author | nbm <nbm@FreeBSD.org> | 2000-07-31 22:23:39 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-07-31 22:23:39 +0800 |
commit | de2cd7a2d315e48abb5144ae49e693cdd10b93f2 (patch) | |
tree | 32b4ff4d5a036feae7e33c127169c0cbaf0ceb3f | |
parent | 35c07f3239f570db4dc9a0db4325bc3571d52a14 (diff) | |
download | freebsd-ports-gnome-de2cd7a2d315e48abb5144ae49e693cdd10b93f2.tar.gz freebsd-ports-gnome-de2cd7a2d315e48abb5144ae49e693cdd10b93f2.tar.zst freebsd-ports-gnome-de2cd7a2d315e48abb5144ae49e693cdd10b93f2.zip |
Add gnubile, the GNOME gnutella client.
PR: ports/18681
Submitted by: Klaus Herrmann <klaus.herrmann@gmx.net>
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/gnubile/Makefile | 22 | ||||
-rw-r--r-- | net/gnubile/distinfo | 1 | ||||
-rw-r--r-- | net/gnubile/pkg-comment | 1 | ||||
-rw-r--r-- | net/gnubile/pkg-descr | 3 | ||||
-rw-r--r-- | net/gnubile/pkg-plist | 1 |
6 files changed, 29 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 03b6bf9d9f83..3cbb73beb4e6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -77,6 +77,7 @@ SUBDIR += gnome-vnc SUBDIR += gnosamba SUBDIR += gnu-finger + SUBDIR += gnubile SUBDIR += gnut SUBDIR += gopher SUBDIR += gq diff --git a/net/gnubile/Makefile b/net/gnubile/Makefile new file mode 100644 index 000000000000..642410c6a5d8 --- /dev/null +++ b/net/gnubile/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gnubile +# Date created: 19 May 2000 +# Whom: Klaus Herrmann <klaus.herrmann@gmx.net> +# +# $FreeBSD$ +# + +PORTNAME= gnubile +PORTVERSION= 0.20 +CATEGORIES= net gnome audio +MASTER_SITES= http://gnutella.wego.com/file_depot/0-10000000/110000-120000/116705/folder/127699/ + +MAINTAINER= klaus.herrmann@gmx.net + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/net/gnubile/distinfo b/net/gnubile/distinfo new file mode 100644 index 000000000000..f0c115727169 --- /dev/null +++ b/net/gnubile/distinfo @@ -0,0 +1 @@ +MD5 (gnubile-0.20.tar.gz) = 02fee940d1bcfe55f166d67cbc57ec54 diff --git a/net/gnubile/pkg-comment b/net/gnubile/pkg-comment new file mode 100644 index 000000000000..9e64328a8ba2 --- /dev/null +++ b/net/gnubile/pkg-comment @@ -0,0 +1 @@ +A GNOME frontend to the gnutella distributed network diff --git a/net/gnubile/pkg-descr b/net/gnubile/pkg-descr new file mode 100644 index 000000000000..4b4cb0b04158 --- /dev/null +++ b/net/gnubile/pkg-descr @@ -0,0 +1,3 @@ +gnubile is a GNOME frontend for the gnutella distributed network. + +WWW: http://gnutella.wego.com diff --git a/net/gnubile/pkg-plist b/net/gnubile/pkg-plist new file mode 100644 index 000000000000..dc95a785b011 --- /dev/null +++ b/net/gnubile/pkg-plist @@ -0,0 +1 @@ +bin/gnubile |