diff options
author | jtb <jtb> | 2001-03-01 18:55:52 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-03-01 18:55:52 +0000 |
commit | bdbeca7d481db51a3b658b1d3dbc55fe0ecff303 (patch) | |
tree | d2ce981451e6fba2a7af0888dac2c52c34d1c064 /www/w3/Makefile | |
parent | c245416313e0eab5e5e1bca0eb5762577366f09e (diff) | |
download | pkgsrc-bdbeca7d481db51a3b658b1d3dbc55fe0ecff303.tar.gz |
Fixed support for building with XEmacs. Added some mirror sites.
Diffstat (limited to 'www/w3/Makefile')
-rw-r--r-- | www/w3/Makefile | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/www/w3/Makefile b/www/w3/Makefile index 2c6162feef4..0b3ddc0c402 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -1,30 +1,34 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:22:43 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/03/01 18:55:52 jtb Exp $ -DISTNAME= w3-4.0pre.46 -PKGNAME= w3-4.0b46 -CATEGORIES= www -MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/emacs-w3/ +DISTNAME= w3-4.0pre.46 +PKGNAME= w3-4.0b46 +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/ \ + ftp://ftp.usyd.edu.au/pub/Xemacs/emacs-w3/ \ + ftp://ftp.lab.kdd.co.jp/xemacs/emacs-w3/ \ + ftp://ftp.th-darmstadt.de/pub/editors/xemacs/emacs-w3/ -MAINTAINER= jtb@netbsd.org -HOMEPAGE= http://www.cs.indiana.edu/elisp/w3/docs.html -COMMENT= World Wide Web browser for Emacs +MAINTAINER= jtb@netbsd.org +HOMEPAGE= http://www.cs.indiana.edu/elisp/w3/docs.html +COMMENT= World Wide Web browser for Emacs -HAS_CONFIGURE= YES -CONFIGURE_ARGS+= "--enable-site-install" -INFO_FILES= w3.info w3-faq.info +HAS_CONFIGURE= #defined +CONFIGURE_ARGS+="--enable-site-install" .include "../../mk/bsd.prefs.mk" .if defined(USE_XEMACS) -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 +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 -DEPENDS+= emacs-[0-9]*:../../editors/emacs -CONFIGURE_ARGS+= "--with-emacs" -CONFIGURE_ARGS+= "--with-lispdir=${PREFIX}/share/emacs/site-lisp/w3" -PLIST_SRC= ${PKGDIR}/PLIST.emacs +DEPENDS+= emacs-[0-9]*:../../editors/emacs +CONFIGURE_ARGS+="--with-emacs" +CONFIGURE_ARGS+="--with-lispdir=${PREFIX}/share/emacs/site-lisp/w3" +INFO_FILES= w3.info w3-faq.info +PLIST_SRC= ${PKGDIR}/PLIST.emacs .endif .include "../../mk/bsd.pkg.mk" |