pkgsrc/editors/nano/Makefile

21 lines
506 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.18 2003/09/28 09:13:56 jlam Exp $
DISTNAME= nano-1.0.9
2003-07-13 15:50:19 +02:00
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=nano/}
2003-07-17 23:31:04 +02:00
MAINTAINER= shell@NetBSD.org
HOMEPAGE= http://www.nano-editor.org/
COMMENT= Small and friendly text editor (a free replacement for Pico)
GNU_CONFIGURE= yes
2002-10-13 16:52:20 +02:00
USE_BUILDLINK2= yes
2002-12-01 00:32:20 +01:00
USE_PKGLOCALEDIR= yes
2003-06-30 04:04:50 +02:00
INFO_FILES= nano.info
2002-10-13 16:52:20 +02:00
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"