summaryrefslogtreecommitdiff
path: root/www/w3/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2000-12-01 06:18:15 +0000
committerjtb <jtb>2000-12-01 06:18:15 +0000
commit3f1d2b9a32fac4b1165f7c56e04dec73decafbcd (patch)
treebf61c59f51f50a5bca71f2e43bb7cbefa91e88b2 /www/w3/Makefile
parentcf4ab328c6894e18fd13639c74279fe96aa4622e (diff)
downloadpkgsrc-3f1d2b9a32fac4b1165f7c56e04dec73decafbcd.tar.gz
Initial import of new "w3" package:
World Wide Web browser for Emacs
Diffstat (limited to 'www/w3/Makefile')
-rw-r--r--www/w3/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/w3/Makefile b/www/w3/Makefile
new file mode 100644
index 00000000000..a3c7c9ada5c
--- /dev/null
+++ b/www/w3/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/01 06:18:15 jtb Exp $
+
+DISTNAME= w3-4.0pre.46
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/emacs-w3/
+
+MAINTAINER= jtb@netbsd.org
+HOMEPAGE= http://www.cs.indiana.edu/elisp/w3/docs.html
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+HAS_CONFIGURE= YES
+CONFIGURE_ARGS+= "--enable-site-install"
+INFO_FILES= w3.info
+
+.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
+.else
+DEPENDS+= emacs-[0-9]*:../../editors/emacs
+CONFIGURE_ARGS+= "--with-emacs"
+PLIST_SRC= ${PKGDIR}/PLIST.emacs
+CONFIGURE_ARGS+= "--with-lispdir=${PREFIX}/share/emacs/site-lisp/w3"
+.endif
+
+.include "../../mk/bsd.pkg.mk"