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 /mail/wanderlust-emacs22 | |
parent | fba065837221e9b735e6eb85b1f6da60416bd316 (diff) |
Notes
Diffstat (limited to 'mail/wanderlust-emacs22')
-rw-r--r-- | mail/wanderlust-emacs22/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
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" |