aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-04-11 12:31:38 +0800
committerknu <knu@FreeBSD.org>2001-04-11 12:31:38 +0800
commite14c7e6988f9585eb5bcdbb55059db9a1691b5b0 (patch)
treecfbb72daed66d469b94d96d4111767a0979f7b3f /www
parent8a46c71a13ee92dd533b9b104624c2008c5c8106 (diff)
downloadfreebsd-ports-gnome-e14c7e6988f9585eb5bcdbb55059db9a1691b5b0.tar.gz
freebsd-ports-gnome-e14c7e6988f9585eb5bcdbb55059db9a1691b5b0.tar.zst
freebsd-ports-gnome-e14c7e6988f9585eb5bcdbb55059db9a1691b5b0.zip
Add emacs-w3m-xemacs21-mule as a slave port of emacs-w3m-emacs20.
Diffstat (limited to 'www')
-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>