aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-07-29 10:02:10 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-07-29 10:02:10 +0000
commit1b519085101481f3aa72c45c9223d609425eca24 (patch)
tree93e11887689d2b7e138861a50009ac206a0b5ea5 /mail
parente8269bcef46df778a5154e528285a4cfcb44a384 (diff)
downloadports-1b519085101481f3aa72c45c9223d609425eca24.tar.gz
ports-1b519085101481f3aa72c45c9223d609425eca24.zip
Notes
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"