diff options
author | tron <tron@pkgsrc.org> | 2001-02-24 23:27:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-24 23:27:19 +0000 |
commit | b69d9cd6d936c22dbbca17bbb91be94051a920a5 (patch) | |
tree | 527b908c976a6a12c2a4f48d9f73ffa53fef0e62 /net/gnubile/Makefile | |
parent | 6550bfaa5cc07323e82509559a369e49936df300 (diff) | |
download | pkgsrc-b69d9cd6d936c22dbbca17bbb91be94051a920a5.tar.gz |
Import new "gnubile" package:
Unix Gnutella client for GNOME
Diffstat (limited to 'net/gnubile/Makefile')
-rw-r--r-- | net/gnubile/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/gnubile/Makefile b/net/gnubile/Makefile new file mode 100644 index 00000000000..fa0f8525af1 --- /dev/null +++ b/net/gnubile/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/24 23:27:19 tron Exp $ + +DISTNAME= gnubile-0.20 +CATEGORIES= net +MASTER_SITES= http://gnutella.wego.com/file_depot/0-10000000/110000-120000/116705/folder/127699/ + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://gnutella.wego.com/ +COMMENT= Unix Gnutella client for GNOME + +DEPENDS+= gnome-core-*:../../x11/gnome-core + +USE_GMAKE= YES +USE_X11= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV+= CPPFLAGS="`xml-config --cflags`" + +.include "../../mk/bsd.pkg.mk" |