diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-01-27 16:33:10 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-01-27 16:33:10 +0000 |
commit | 07fa7ebc5bcd2a7cdc5d1c64f9625fd5bee706ec (patch) | |
tree | 93fe191f16bff4aa70c5f4e08e92ac8d55cd6463 | |
parent | fba065837221e9b735e6eb85b1f6da60416bd316 (diff) | |
download | ports-07fa7ebc5bcd2a7cdc5d1c64f9625fd5bee706ec.tar.gz ports-07fa7ebc5bcd2a7cdc5d1c64f9625fd5bee706ec.zip |
Notes
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/wanderlust-emacs22/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index e38ea309a71f..0c5ee6fe517f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -716,6 +716,7 @@ SUBDIR += wanderlust SUBDIR += wanderlust-devel SUBDIR += wanderlust-emacs21 + SUBDIR += wanderlust-emacs22 SUBDIR += wanderlust-xemacs21-mule SUBDIR += wbl SUBDIR += websieve diff --git a/mail/wanderlust-emacs22/Makefile b/mail/wanderlust-emacs22/Makefile new file mode 100644 index 000000000000..232d766f63db --- /dev/null +++ b/mail/wanderlust-emacs22/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: Wanderlust (for emacs22) +# Date created: 27 January 2010 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../../mail/wanderlust + +COMMENT= Yet another message interface on Emacsen + +USE_EMACS= yes +EMACS_PORT_NAME= emacs22 +MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME} +EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME} + +.include "${MASTERDIR}/Makefile" |