summaryrefslogtreecommitdiff
path: root/net/gift/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-05-08 02:03:58 +0000
committerxtraeme <xtraeme>2004-05-08 02:03:58 +0000
commit63bd086fd3f40cb7ce8b7d419db361ebe2328858 (patch)
tree475555f8ec85423c47f1648dee74ac04e54d406c /net/gift/Makefile
parent2e10b68262787644538f11aaf814f55f800b6323 (diff)
downloadpkgsrc-63bd086fd3f40cb7ce8b7d419db361ebe2328858.tar.gz
Initial import of gift-0.11.6 from pkgsrc-wip.
What is giFT, you ask? giFT is a modular daemon capable of abstracting the communication between the end user and specific filesharing protocols (peer-to-peer or otherwise). The giFT project differs from many other similar projects in that it is a distribution of a standalone platform-independent daemon, a library for client/frontend development, and our own homegrown network, OpenFT.
Diffstat (limited to 'net/gift/Makefile')
-rw-r--r--net/gift/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/gift/Makefile b/net/gift/Makefile
new file mode 100644
index 00000000000..592c2984a63
--- /dev/null
+++ b/net/gift/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/08 02:03:58 xtraeme Exp $
+#
+
+DISTNAME= gift-0.11.6
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gift/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= alex@catbull.com
+HOMEPAGE= http://gift.sourceforge.net/
+COMMENT= Modular daemon that abstracts filesharing protocols
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/lib/libgift.pc.in
+
+.include "../../devel/libtool/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"