pkgsrc/editors/nano/Makefile

21 lines
504 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.20 2004/04/22 17:14:37 tv Exp $
DISTNAME= nano-1.0.9
PKGREVISION= 2
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
2004-02-12 15:34:06 +01:00
USE_BUILDLINK3= yes
2002-12-01 00:32:20 +01:00
USE_PKGLOCALEDIR= yes
2003-06-30 04:04:50 +02:00
INFO_FILES= nano.info
2004-02-12 15:34:06 +01:00
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"