freebsd-ports/editors/nano/Makefile
Daniel Harris df68c85787 Update to 0.9.24.
PR:		23648
Submitted by:	joseph@randomnetworks.com
Approved by:	MAINTAINER
2000-12-22 21:12:09 +00:00

27 lines
572 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.24
CATEGORIES= editors
MASTER_SITES= http://www.nano-editor.org/dist/ \
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>