diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-08 02:04:53 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-08 02:04:53 +0000 |
commit | e52a4a7fdde9e4a3f78abd36b1c838f6dbc630d1 (patch) | |
tree | 138af48001e6588152f273bedc9f8417903ad6d4 /net/gift-fasttrack/Makefile | |
parent | 170209265fafe4bddb9bdc262c61980e29cc8a7b (diff) | |
download | pkgsrc-e52a4a7fdde9e4a3f78abd36b1c838f6dbc630d1.tar.gz |
Initial import of gift-fasttrack-0.8.6.
giFT-FastTrack is a plugin for giFT which enables users of giFT to participate
in the FastTrack network. The required cryptographic algorithms have been
successfully reverse engineered and searching/downloading already work.
Diffstat (limited to 'net/gift-fasttrack/Makefile')
-rw-r--r-- | net/gift-fasttrack/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/gift-fasttrack/Makefile b/net/gift-fasttrack/Makefile new file mode 100644 index 00000000000..69c49039b40 --- /dev/null +++ b/net/gift-fasttrack/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/08 02:04:53 xtraeme Exp $ +# + +DISTNAME= giFT-FastTrack-0.8.6 +PKGNAME= ${DISTNAME:S/giFT-FastTrack/gift-fasttrack/} +CATEGORIES= net +MASTER_SITES= http://download.berlios.de/gift-fasttrack/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://download.berlios.de/gift-fasttrack/ +COMMENT= Fasttrack plugin for giFT + +WRKSRC= ${WRKDIR}/giFT-FastTrack-0.8.6 +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +.include "../../net/gift/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |