pkgsrc/editors/nano/Makefile

22 lines
526 B
Makefile
Raw Normal View History

2003-07-13 15:50:19 +02:00
# $NetBSD: Makefile,v 1.13 2003/07/13 13:51:35 wiz Exp $
DISTNAME= nano-1.0.9
2003-07-13 15:50:19 +02:00
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=nano/}
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
USE_NEW_TEXINFO= YES
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"