summaryrefslogtreecommitdiff
path: root/editors/nano/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r--editors/nano/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
deleted file mode 100644
index beeacbfe801..00000000000
--- a/editors/nano/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2005/04/11 21:45:41 tv Exp $
-
-DISTNAME= nano-1.2.4
-CATEGORIES= editors
-MASTER_SITES= http://www.nano-editor.org/dist/v1.2/
-
-MAINTAINER= shell@NetBSD.org
-HOMEPAGE= http://www.nano-editor.org/
-COMMENT= Small and friendly text editor (a free replacement for Pico)
-
-GNU_CONFIGURE= yes
-USE_PKGLOCALEDIR= yes
-
-INFO_FILES= nano.info
-
-CONFIGURE_ARGS+= --enable-color
-CONFIGURE_ARGS+= --enable-multibuffer
-CONFIGURE_ARGS+= --enable-nanorc
-CONFIGURE_ARGS+= --enable-extra
-
-# Looks like that IRIX 5.x lacks snprintf()/vsnprintf() functions,
-# which are required to make this work, so glib is used instead.
-.include "../../mk/bsd.prefs.mk"
-
-.if !empty(MACHINE_PLATFORM:MIRIX-5*)
-. include "../../devel/glib/buildlink3.mk"
-.endif
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"