1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/editors/nano/Makefile
Maxim Sobolev 60b6d25388 New port nano - an enhanced free clone of Pico editor.
PR:		19255
Submitted by:	Philippe Lefebvre <nemesis@balistik.net>
2000-06-29 13:53:01 +00:00

26 lines
535 B
Makefile

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