diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2001-12-19 20:53:39 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2001-12-19 20:53:39 +0000 |
commit | 3c53076356000179a91438038745f2ceba2e11d6 (patch) | |
tree | 542e1add18b6b02da575420152d7c537a9525428 /editors/nano/Makefile | |
parent | 40118ebaa1bd541d5a3a1c64150d9f9690cc47f2 (diff) | |
download | ports-3c53076356000179a91438038745f2ceba2e11d6.tar.gz ports-3c53076356000179a91438038745f2ceba2e11d6.zip |
Notes
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r-- | editors/nano/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 0ce6add6622e..c01b79cf9a41 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -6,27 +6,20 @@ # PORTNAME= nano -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.7 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/v1.0/ \ - http://www.asty.org/nano/dist/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_GNU} \ - ${MASTER_SITE_SOURCEFORGE} + http://www.nano-editor.org/dist/v1.0/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= nemesis@balistik.net +MAINTAINER= naddy@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" - -.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 + LDFLAGS="-L${LOCALBASE}/lib" MAN1= nano.1 |