summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-11 04:31:38 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-11 04:31:38 +0000
commitc3dcf33c19bd38a37e045b07edd3b57c966d704d (patch)
tree852b5dbeebb24c33b23597fcd4d2436d620f06e8
parentRemove detailed instructions from pkg-descr. pkg-descr is not for the (diff)
Add emacs-w3m-xemacs21-mule as a slave port of emacs-w3m-emacs20.
Notes
Notes: svn path=/head/; revision=41265
-rw-r--r--www/Makefile1
-rw-r--r--www/emacs-w3m-xemacs21-mule/Makefile19
2 files changed, 20 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index dc349d6d2a0f..fd94ee490eb6 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -50,6 +50,7 @@
SUBDIR += djvuplugin
SUBDIR += eddie
SUBDIR += emacs-w3m-emacs20
+ SUBDIR += emacs-w3m-xemacs21-mule
SUBDIR += encompass
SUBDIR += erwn
SUBDIR += evg
diff --git a/www/emacs-w3m-xemacs21-mule/Makefile b/www/emacs-w3m-xemacs21-mule/Makefile
new file mode 100644
index 000000000000..880c0da362f4
--- /dev/null
+++ b/www/emacs-w3m-xemacs21-mule/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: emacs-w3m-xemacs21-mule
+# Date Created: 11 Apr 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../emacs-w3m-emacs20
+
+EMACS_PORT_NAME= xemacs21-mule
+
+CONFIGURE_ARGS= --with-xemacs=${EMACS_CMD}
+EMACS_PACKAGESDIR= lib/xemacs/site-packages
+LISPDIR= ${EMACS_PACKAGESDIR}/lisp/w3m
+ETCDIR= ${EMACS_PACKAGESDIR}/etc/w3m
+PKGINFODIR= ${EMACS_PACKAGESDIR}/pkginfo
+INSTALL_TARGET= install-package
+
+.include <${MASTERDIR}/Makefile>