mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
028c23eaf1
Reported by: Clement Laforet <sheepkiller@cultdeadsheep.org>
30 lines
644 B
Makefile
30 lines
644 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.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.nano-editor.org/dist/v1.2/ \
|
|
${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= Nano's ANOther editor, an enhanced free Pico Clone
|
|
|
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --enable-all
|
|
|
|
MAN1= nano.1
|
|
MAN5= nanorc.5
|
|
|
|
.include <bsd.port.mk>
|