aboutsummaryrefslogtreecommitdiff
path: root/editors/nedit/Makefile
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2004-02-07 23:38:15 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2004-02-07 23:38:15 +0000
commit516e68ade219b77158d45f8a26a0a860beaaf632 (patch)
treeefe0872a5eb05f935e880a1348e1ea85426c3bc2 /editors/nedit/Makefile
parent85127a7a4866bdcd31a3821fc106c15d98c35c8e (diff)
downloadports-516e68ade219b77158d45f8a26a0a860beaaf632.tar.gz
ports-516e68ade219b77158d45f8a26a0a860beaaf632.zip
Update Nedit to 5.4. Note that our open-motif port is at 2.2.2 which
is known to be buggy. It was pulled from the opengroup site. Nedit now checks the version of motif and issues a very loud warning when it is built.
Notes
Notes: svn path=/head/; revision=100309
Diffstat (limited to 'editors/nedit/Makefile')
-rw-r--r--editors/nedit/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index b6502dc23cd2..e989df17f299 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= nedit
-PORTVERSION= 5.3
+PORTVERSION= 5.4
CATEGORIES= editors
-MASTER_SITES= ftp://ftp.nedit.org/pub/v5_3/ \
- ftp://ftp.nedit.org/pub/contrib/misc/ \
- http://www.nedit.org/ftp/v5_3/ \
- http://www.nedit.org/ftp/contrib/misc/
-DISTFILES= nedit-5.3-source.tar.bz2 nedit.app-defaults
-EXTRACT_ONLY= nedit-5.3-source.tar.bz2
+MASTER_SITES= ftp://nl.nedit.org/pub/NEdit/v5_4/ \
+ ftp://nl.nedit.org/pub/NEdit/contrib/misc/ \
+ http://nl.nedit.org/ftp/v5_4/ \
+ http://nl.nedit.org/ftp/contrib/misc/
+DISTFILES= nedit-5.4-source.tar.bz2 nedit.app-defaults
+EXTRACT_ONLY= nedit-5.4-source.tar.bz2
MAINTAINER= deischen@freebsd.org
COMMENT= An X11/Motif GUI text editor for programs and plain text files
@@ -25,6 +25,7 @@ USE_XPM= yes
MAN1= nclient.1 nedit.1
ALL_TARGET= freebsd
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
+CFLAGS+= -DBUILD_BROKEN_NEDIT
post-extract:
${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad