1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/editors/nano/Makefile
Ade Lovett c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00

27 lines
539 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.9
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU} \
http://www.nano-editor.org/dist/v1.0/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= naddy@FreeBSD.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= nano.1
.include <bsd.port.mk>