diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-06-25 21:22:09 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-06-25 21:22:09 +0000 |
commit | f40e8b160efdba67acb19076ed6c07299d7b1b6b (patch) | |
tree | a95f0118ccbac9a41f208d3e06e4b17b84420a1a /mail/wanderlust-mule | |
parent | 4110f50b53434ba959b77888d00335ce3d92cd9f (diff) | |
download | ports-f40e8b160efdba67acb19076ed6c07299d7b1b6b.tar.gz ports-f40e8b160efdba67acb19076ed6c07299d7b1b6b.zip |
Wanderlust is a mail/news agent on Emacs/XEmacs .
PR: ports/12277
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Notes
Notes:
svn path=/head/; revision=19772
Diffstat (limited to 'mail/wanderlust-mule')
-rw-r--r-- | mail/wanderlust-mule/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/wanderlust-mule/Makefile b/mail/wanderlust-mule/Makefile new file mode 100644 index 000000000000..379744cc6627 --- /dev/null +++ b/mail/wanderlust-mule/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Wanderlust (for mule) +# Version required: 1.0.2 +# Date created: 7 Apr 1999 +# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> +# +# $Id$ +# + +MAINTAINER= nobutaka@nobutaka.com + +MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs + +EMACS_NAME= mule +EMACS_PORT= mule +EMACS_VER= 19.34 +MULE_VER= 2.3 +EMACS_LIBDIR= share/mule + +HAVE_COMMON_PORT= yes + +IS_SLAVE= yes + +.include <${MASTERDIR}/Makefile> |