naddy 5f3f8d882c Update to 1.0.3.
This release features oodles of bug fixes with cutting text,
especially with the -k (cut to end) option.  There is also a new
suspend handler which should make nano play better with mutt.  Nano
now also features mutt's case insensitive string compare function
for more speed and less memory usage.  Two new translations are
included, Ukrainian and Russian.
2001-07-01 17:49:00 +00:00

39 lines
836 B
Makefile

# $OpenBSD: Makefile,v 1.19 2001/07/01 17:49:00 naddy Exp $
COMMENT= "small, easy to use editor"
DISTNAME= nano-1.0.3
CATEGORIES= editors
NEED_VERSION= 1.363
HOMEPAGE= http://www.nano-editor.org
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_GNU} \
ftp://ftp.nano-editor.org/pub/nano/
MASTER_SITE_SUBDIR= nano
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FLAVORS= slang
FLAVOR?=
LIB_DEPENDS= intl.1::devel/gettext
.if ${FLAVOR:L:Mslang}
LIB_DEPENDS+= slang.14::devel/libslang
.endif
CONFIGURE_STYLE= autoconf
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
LDFLAGS='-L${LOCALBASE}/lib'
.if ${FLAVOR:L:Mslang}
CONFIGURE_ARGS+= --with-slang='${LOCALBASE}'
.endif
.include <bsd.port.mk>