summaryrefslogtreecommitdiff
path: root/net/napshare/Makefile
diff options
context:
space:
mode:
authortron <tron>2001-06-14 14:41:01 +0000
committertron <tron>2001-06-14 14:41:01 +0000
commit45da3331335bb7402d1ec217d8c1f8ac41d2f582 (patch)
tree91fb2eba1ce51b177e239ae485709b89684ab2fd /net/napshare/Makefile
parent8d81259305021f525e91d2924a87cc64132d4c78 (diff)
downloadpkgsrc-45da3331335bb7402d1ec217d8c1f8ac41d2f582.tar.gz
Initial import of new "napshare" package:
Fully featured Gnutella P2P client made to run 24/7 unattended
Diffstat (limited to 'net/napshare/Makefile')
-rw-r--r--net/napshare/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/napshare/Makefile b/net/napshare/Makefile
new file mode 100644
index 00000000000..28a29d0e3fd
--- /dev/null
+++ b/net/napshare/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/14 14:41:01 tron Exp $
+
+DISTNAME= napshare-0.1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=napshare/}
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://napshare.sourceforge.net/
+COMMENT= Fully featured Gnutella P2P client made to run 24/7 unattended
+
+DEPENDS= gtk+-1.2.*:../../x11/gtk
+
+USE_X11= YES
+GNU_CONFIGURE= YES
+
+EVAL_PREFIX+= GTKDIR=gtk+
+CONFIGURE_ARGS+=--with-gtk-prefix="${GTKDIR}"
+
+CFLAGS+= `${GTKDIR}/bin/gtk-config --cflags`
+WRKSRC= ${WRKDIR}/napshare
+
+.include "../../mk/bsd.pkg.mk"