freebsd-ports/editors/nano/Makefile
Christian Weisgerber 085ef14711 - update to 1.2.2
- mark as BROKEN on -CURRENT
- use INFO

Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-10-02 14:51:47 +00:00

33 lines
685 B
Makefile

# New ports collection makefile for: nano
# Date created: 12 June 2000
# Whom: Philippe Lefebvre <nemesis@balistik.net>
#
# $FreeBSD$
#
PORTNAME= nano
PORTVERSION= 1.2.2
CATEGORIES= editors
MASTER_SITES= http://www.nano-editor.org/dist/v1.2/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Nano's ANOther editor, an enhanced free Pico clone
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-all
INFO= nano
MAN1= nano.1
MAN5= nanorc.5
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
BROKEN= "memory allocation bug"
.endif
.include <bsd.port.post.mk>