2000-06-29 09:53:01 -04:00
|
|
|
# New ports collection makefile for: nano
|
|
|
|
# Date created: 12 June 2000
|
|
|
|
# Whom: Philippe Lefebvre <nemesis@balistik.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nano
|
2001-08-25 13:59:24 -04:00
|
|
|
PORTVERSION= 1.0.4
|
2000-06-29 09:53:01 -04:00
|
|
|
CATEGORIES= editors
|
2001-05-27 12:09:44 -04:00
|
|
|
MASTER_SITES= http://www.nano-editor.org/dist/v1.0/ \
|
2000-12-22 16:12:09 -05:00
|
|
|
http://www.asty.org/nano/dist/ \
|
2001-05-27 12:09:44 -04:00
|
|
|
${MASTER_SITE_GNU} \
|
2000-06-29 09:53:01 -04:00
|
|
|
${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"
|
|
|
|
|
2001-04-02 06:02:41 -04:00
|
|
|
.if defined(LITE)
|
|
|
|
CONFIGURE_ARGS+= --disable-tabcomp --enable-tiny --disable-speller \
|
|
|
|
--disable-justify --disable-nls --disable-browser --disable-help
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.nonls
|
|
|
|
.endif
|
|
|
|
|
2000-06-29 09:53:01 -04:00
|
|
|
MAN1= nano.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|