2001-05-19 19:40:01 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2001/05/19 17:40:01 jtb Exp $
|
2000-12-01 07:18:15 +01:00
|
|
|
|
2001-03-01 19:55:52 +01:00
|
|
|
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/
|
2000-12-01 07:18:15 +01:00
|
|
|
|
2001-04-14 23:43:38 +02:00
|
|
|
MAINTAINER= packages@netbsd.org
|
2001-03-01 19:55:52 +01:00
|
|
|
HOMEPAGE= http://www.cs.indiana.edu/elisp/w3/docs.html
|
|
|
|
COMMENT= World Wide Web browser for Emacs
|
2000-12-01 07:18:15 +01:00
|
|
|
|
2001-05-19 19:40:01 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-04-29 01:59:17 +02:00
|
|
|
CONFIGURE_ARGS+=--enable-site-install
|
2001-01-22 13:34:36 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
2000-12-01 07:18:15 +01:00
|
|
|
|
|
|
|
.if defined(USE_XEMACS)
|
2001-03-01 19:55:52 +01:00
|
|
|
DEPENDS+= xemacs-[0-9]*:../../editors/xemacs
|
2001-04-29 01:59:17 +02:00
|
|
|
CONFIGURE_ARGS+=--with-xemacs
|
|
|
|
CONFIGURE_ARGS+=--with-package-dir=${PREFIX}/lib/xemacs/xemacs-packages
|
2001-03-01 19:55:52 +01:00
|
|
|
PLIST_SRC= ${PKGDIR}/PLIST.xemacs
|
2000-12-01 07:18:15 +01:00
|
|
|
.else
|
2001-03-01 19:55:52 +01:00
|
|
|
DEPENDS+= emacs-[0-9]*:../../editors/emacs
|
2001-04-29 01:59:17 +02:00
|
|
|
CONFIGURE_ARGS+=--with-emacs
|
|
|
|
CONFIGURE_ARGS+=--with-lispdir=${PREFIX}/share/emacs/site-lisp/w3
|
2001-03-01 19:55:52 +01:00
|
|
|
INFO_FILES= w3.info w3-faq.info
|
|
|
|
PLIST_SRC= ${PKGDIR}/PLIST.emacs
|
2000-12-01 07:18:15 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|