78abeaa0e8
* Bug fixes. * Updated translations. * "Norwegian" has been replaced by separate Nynorsk and Bokmaal translations.
36 lines
759 B
Makefile
36 lines
759 B
Makefile
# $OpenBSD: Makefile,v 1.27 2002/04/16 22:37:30 naddy Exp $
|
|
|
|
COMMENT= "small, easy to use editor"
|
|
|
|
DISTNAME= nano-1.0.9
|
|
CATEGORIES= editors
|
|
NEED_VERSION= 1.474
|
|
HOMEPAGE= http://www.nano-editor.org/
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
|
ftp://ftp.nano-editor.org/pub/nano/v1.0/
|
|
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= gnu
|
|
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>
|