parent
e5c35d051f
commit
b1fbcd066e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40734
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nano
|
||||
PORTVERSION= 0.9.24
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.nano-editor.org/dist/ \
|
||||
http://www.asty.org/nano/dist/ \
|
||||
@ -21,6 +21,12 @@ 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
|
||||
|
||||
MAN1= nano.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (nano-0.9.24.tar.gz) = 4063f0121745784e20ad7efbe42567cc
|
||||
MD5 (nano-1.0.0.tar.gz) = 34a31da9c9eb222d13494a17c2d5004a
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/nano
|
||||
info/nano.info
|
||||
share/locale/es/LC_MESSAGES/nano.mo
|
||||
share/locale/de/LC_MESSAGES/nano.mo
|
||||
share/locale/fi/LC_MESSAGES/nano.mo
|
||||
|
2
editors/nano/pkg-plist.nonls
Normal file
2
editors/nano/pkg-plist.nonls
Normal file
@ -0,0 +1,2 @@
|
||||
bin/nano
|
||||
info/nano.info
|
Loading…
Reference in New Issue
Block a user