diff options
author | minoura <minoura@pkgsrc.org> | 2002-10-18 14:50:14 +0000 |
---|---|---|
committer | minoura <minoura@pkgsrc.org> | 2002-10-18 14:50:14 +0000 |
commit | 0ebe54ef115e9bd6e08670aecd66f02fe7218b7b (patch) | |
tree | e02d98227bc2f518e3f16a893d11bcf45f9bde53 /www/w3/Makefile | |
parent | 6ce9e0b08a07afcecc4ac1f7dbc80f0785433f9f (diff) | |
download | pkgsrc-0ebe54ef115e9bd6e08670aecd66f02fe7218b7b.tar.gz |
Upgraded to 4.0pre.47.
Also quick port to Emacs 21. Pre.47's changes are mostly to support Emacs 21,
but it has at least 2 problems:
- It does not work in a TTY.
- Mule handling is insufficient.
Diffstat (limited to 'www/w3/Makefile')
-rw-r--r-- | www/w3/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/www/w3/Makefile b/www/w3/Makefile index 3be8ea0f9a7..64cc74f7433 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2002/03/14 17:04:38 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2002/10/18 14:50:14 minoura Exp $ -DISTNAME= w3-4.0pre.46 -PKGNAME= w3-4.0b46 +DISTNAME= w3-4.0pre.47 +PKGNAME= w3-4.0b47 CATEGORIES= www MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/emacs-w3/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/emacs-w3/ \ @@ -15,19 +15,17 @@ COMMENT= World Wide Web browser for Emacs CONFIGURE_ARGS+=--enable-site-install -.include "../../mk/bsd.prefs.mk" +.include "../../mk/emacs.mk" -.if defined(USE_XEMACS) +.if ${EMACS_FLAVOR} == "xemacs" HAS_CONFIGURE= yes -DEPENDS+= xemacs-[0-9]*:../../editors/xemacs CONFIGURE_ARGS+=--with-xemacs CONFIGURE_ARGS+=--with-package-dir=${PREFIX}/lib/xemacs/xemacs-packages PLIST_SRC= ${PKGDIR}/PLIST.xemacs .else GNU_CONFIGURE= yes -DEPENDS+= emacs-[0-9]*:../../editors/emacs CONFIGURE_ARGS+=--with-emacs -CONFIGURE_ARGS+=--with-lispdir=${PREFIX}/share/emacs/site-lisp/w3 +CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/w3 INFO_FILES= w3.info w3-faq.info PLIST_SRC= ${PKGDIR}/PLIST.emacs .endif |