freebsd-ports/editors/nano/Makefile
Ade Lovett 9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00

27 lines
558 B
Makefile

# New ports collection makefile for: nano
# Date created: 12 June 2000
# Whom: Philippe Lefebvre <nemesis@balistik.net>
#
# $FreeBSD$
#
PORTNAME= nano
PORTVERSION= 1.0.8
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_GNU} \
http://www.nano-editor.org/dist/v1.0/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= naddy@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= nano.1
.include <bsd.port.mk>