diff options
author | sada <sada@FreeBSD.org> | 1999-08-14 22:47:16 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-08-14 22:47:16 +0000 |
commit | adea56d9140e73e20b24fa6fda1d89e98935ef86 (patch) | |
tree | ec80a26114c5e920aa996156fcffce2eb22ad63e /mail | |
parent | 4a112fa3065f1537d471154f3d90e3907136dc2a (diff) | |
download | FreeBSD-ports-adea56d9140e73e20b24fa6fda1d89e98935ef86.zip FreeBSD-ports-adea56d9140e73e20b24fa6fda1d89e98935ef86.tar.gz |
Wanderlust is a mail/news agent for Emacs/XEmacs .
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wanderlust-xemacs20/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/wanderlust-xemacs20/Makefile b/mail/wanderlust-xemacs20/Makefile new file mode 100644 index 0000000..3b70522 --- /dev/null +++ b/mail/wanderlust-xemacs20/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: Wanderlust (for xemacs20) +# Version required: 1.0.x +# Date created: 7 Apr 1999 +# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> +# +# $Id$ +# + +MAINTAINER= nobutaka@nobutaka.com + +MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs + +EMACS_NAME= xemacs +EMACS_PORT= xemacs20 +EMACS_VER= 20.4 +EMACS_LIBDIR= lib/xemacs +EMACS_VER_LIBDIR= lib/xemacs-20.4 +IS_SLAVE= yes + +.include <${MASTERDIR}/Makefile> |