summaryrefslogtreecommitdiff
path: root/net/nap/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-10-17 22:21:03 +0000
committertron <tron@pkgsrc.org>2000-10-17 22:21:03 +0000
commitec9b599bf5965029bfa757ad67480264bac5ef04 (patch)
tree4874abaa2b96b76c8704285838704bf5dd191beb /net/nap/Makefile
parentfed7aee3f4d41e0daacc8e9a3584fef6686f75a7 (diff)
downloadpkgsrc-ec9b599bf5965029bfa757ad67480264bac5ef04.tar.gz
Import of new "nap" package:
Terminal based Napster client similar to ircII
Diffstat (limited to 'net/nap/Makefile')
-rw-r--r--net/nap/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/nap/Makefile b/net/nap/Makefile
new file mode 100644
index 00000000000..0c299c5aeed
--- /dev/null
+++ b/net/nap/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/17 22:21:03 tron Exp $
+
+DISTNAME= nap-1.4.3
+CATEGORIES= net
+MASTER_SITES= http://download.sourceforge.net/nap/
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.gis.net/~nite/
+
+DEPENDS+= ncurses>=5.0:../../devel/ncurses
+
+GNU_CONFIGURE= YES
+CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/doc/nap ${PREFIX}/share/examples/nap
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nap
+ ${INSTALL_DATA} ${WRKSRC}/nap.conf.dist \
+ ${PREFIX}/share/examples/nap/nap.conf
+
+.include "../../mk/bsd.pkg.mk"