openbsd-ports/editors/nano/Makefile
naddy 241470cf6f Update to 1.0.6.
- The "do previous word" function (Meta-Space) has been backported
  from nano 1.1.
- The biggest bug fix is the huge bug in null_at which was discarding
  reallocated memory addresses.
- There were some minor fixes in the cutting code, and some display
  fixes also.
2001-10-30 13:03:40 +00:00

37 lines
790 B
Makefile

# $OpenBSD: Makefile,v 1.23 2001/10/30 13:03:40 naddy Exp $
COMMENT= "small, easy to use editor"
DISTNAME= nano-1.0.6
CATEGORIES= editors
NEED_VERSION= 1.474
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?=
MODULES= gettext
CONFIGURE_STYLE= autoconf
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
LDFLAGS='-L${LOCALBASE}/lib'
.if ${FLAVOR:L:Mslang}
LIB_DEPENDS+= slang.14::devel/libslang
CONFIGURE_ARGS+= --with-slang='${LOCALBASE}'
.endif
.include <bsd.port.mk>