diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 10:02:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 10:02:41 +0000 |
commit | b1fbcd066e4dd59ad267a5e7ecde55266260828f (patch) | |
tree | 64b3d985ffc254123f7294a77fdb693a556d8e12 /editors/nano | |
parent | e5c35d051fb77b42225b4550479e47220d4a4004 (diff) | |
download | ports-b1fbcd066e4dd59ad267a5e7ecde55266260828f.tar.gz ports-b1fbcd066e4dd59ad267a5e7ecde55266260828f.zip |
Notes
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 8 | ||||
-rw-r--r-- | editors/nano/distinfo | 2 | ||||
-rw-r--r-- | editors/nano/pkg-plist | 1 | ||||
-rw-r--r-- | editors/nano/pkg-plist.nonls | 2 |
4 files changed, 11 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 36e435da5e81..a635203fb211 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -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> diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 060577954540..c4e0cc077e6a 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1 +1 @@ -MD5 (nano-0.9.24.tar.gz) = 4063f0121745784e20ad7efbe42567cc +MD5 (nano-1.0.0.tar.gz) = 34a31da9c9eb222d13494a17c2d5004a diff --git a/editors/nano/pkg-plist b/editors/nano/pkg-plist index d522fb8b82e4..bc73dea30a30 100644 --- a/editors/nano/pkg-plist +++ b/editors/nano/pkg-plist @@ -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 diff --git a/editors/nano/pkg-plist.nonls b/editors/nano/pkg-plist.nonls new file mode 100644 index 000000000000..934d36a4caa7 --- /dev/null +++ b/editors/nano/pkg-plist.nonls @@ -0,0 +1,2 @@ +bin/nano +info/nano.info |