summaryrefslogtreecommitdiff
path: root/editors/nano/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r--editors/nano/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
new file mode 100644
index 00000000000..cd7e41ec909
--- /dev/null
+++ b/editors/nano/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/17 00:05:29 jtb Exp $
+
+DISTNAME= nano-1.0.2
+CATEGORIES= editors
+MASTER_SITES= ${MASTER_SITE_GNU:=nano/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/nano/nano.html
+COMMENT= small and friendly text editor (a free replacement for Pico)
+
+GNU_CONFIGURE= yes
+REPLACE_NCURSES=${WRKSRC}/configure
+
+.include "../../mk/bsd.pkg.mk"