summaryrefslogtreecommitdiff
path: root/net/gift/Makefile
diff options
context:
space:
mode:
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"