aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2007-07-29 18:02:10 +0800
committernobutaka <nobutaka@FreeBSD.org>2007-07-29 18:02:10 +0800
commit908dc85439975c606e1cea55e7a02c959a53d9b6 (patch)
treed92d31d0102f86c940d55245885f5d1d6f11b2de /mail
parentb3a5b79d85c57074f163e305043b5fb4d5472b30 (diff)
downloadfreebsd-ports-gnome-908dc85439975c606e1cea55e7a02c959a53d9b6.tar.gz
freebsd-ports-gnome-908dc85439975c606e1cea55e7a02c959a53d9b6.tar.zst
freebsd-ports-gnome-908dc85439975c606e1cea55e7a02c959a53d9b6.zip
Add wanderlust-emacs21, Yet another message interface on Emacsen.
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/wanderlust-emacs21/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 81711bde53b6..ba02a0081f2f 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -635,6 +635,7 @@
SUBDIR += vrfy
SUBDIR += wanderlust
SUBDIR += wanderlust-emacs20
+ SUBDIR += wanderlust-emacs21
SUBDIR += wanderlust-xemacs21-mule
SUBDIR += wbl
SUBDIR += websieve
diff --git a/mail/wanderlust-emacs21/Makefile b/mail/wanderlust-emacs21/Makefile
new file mode 100644
index 000000000000..a72e0debf904
--- /dev/null
+++ b/mail/wanderlust-emacs21/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: Wanderlust (for emacs21)
+# Date created: 29 July 2007
+# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../../mail/wanderlust
+
+COMMENT= Yet another message interface on Emacsen
+
+USE_EMACS= yes
+EMACS_PORT_NAME= emacs21
+MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}
+EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME}
+BITMAP_PORT_NAME= bitmap-${EMACS_PORT_NAME}
+
+.include "${MASTERDIR}/Makefile"