pkgsrc/editors/nano/Makefile

19 lines
407 B
Makefile
Raw Normal View History

2001-05-19 01:54:09 +02:00
# $NetBSD: Makefile,v 1.2 2001/05/18 23:54:09 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
2001-05-19 01:54:09 +02:00
USE_CURSES= yes
REPLACE_NCURSES=configure
USE_LIBINTL= yes
.include "../../mk/bsd.pkg.mk"