diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-08 02:05:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-08 02:05:30 +0000 |
commit | 5485cd6ed4b1923ff6d21e38a3b1ee92dfb4304c (patch) | |
tree | cf022a763283f8d1d9a94e27278a78f66e44c663 /net | |
parent | e52a4a7fdde9e4a3f78abd36b1c838f6dbc630d1 (diff) | |
download | pkgsrc-5485cd6ed4b1923ff6d21e38a3b1ee92dfb4304c.tar.gz |
Initial import of gift-gnutella-0.0.9.2.
This is the gnutella plugin for gift.
Diffstat (limited to 'net')
-rw-r--r-- | net/gift-gnutella/DESCR | 1 | ||||
-rw-r--r-- | net/gift-gnutella/Makefile | 24 | ||||
-rw-r--r-- | net/gift-gnutella/PLIST | 8 | ||||
-rw-r--r-- | net/gift-gnutella/distinfo | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/net/gift-gnutella/DESCR b/net/gift-gnutella/DESCR new file mode 100644 index 00000000000..a3e0774b893 --- /dev/null +++ b/net/gift-gnutella/DESCR @@ -0,0 +1 @@ +This is the gnutella plugin for gift. diff --git a/net/gift-gnutella/Makefile b/net/gift-gnutella/Makefile new file mode 100644 index 00000000000..c508144b506 --- /dev/null +++ b/net/gift-gnutella/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/08 02:05:30 xtraeme Exp $ +# + +DISTNAME= gift-gnutella-0.0.9.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gift/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://gift..sourceforge.net/ +COMMENT= Gnutella plugin for giFT + +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +SHLIBTOOL_OVERRIDE= libtool +CONFIGURE_ARGS+= --with-libxml=${BUILDLINK_PREFIX.libxml2} + +.include "../../devel/zlib/buildlink3.mk" +.include "../../net/gift/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/gift-gnutella/PLIST b/net/gift-gnutella/PLIST new file mode 100644 index 00000000000..c589e2c925a --- /dev/null +++ b/net/gift-gnutella/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/08 02:05:30 xtraeme Exp $ +lib/giFT/libGnutella.la +lib/giFT/libGnutella.so +share/giFT/Gnutella/Gnutella.conf +share/giFT/Gnutella/Gnutella.conf.template +share/giFT/Gnutella/gwebcaches +share/giFT/Gnutella/hostiles.txt +@dirrm share/giFT/Gnutella diff --git a/net/gift-gnutella/distinfo b/net/gift-gnutella/distinfo new file mode 100644 index 00000000000..cb62d3318cb --- /dev/null +++ b/net/gift-gnutella/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/08 02:05:30 xtraeme Exp $ + +SHA1 (gift-gnutella-0.0.9.2.tar.bz2) = ea0454ef0f19c8aca7730f3b62df5f23d449a646 +Size (gift-gnutella-0.0.9.2.tar.bz2) = 307323 bytes |