diff options
author | sada <sada@FreeBSD.org> | 1999-06-24 04:08:04 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-06-24 04:08:04 +0800 |
commit | c98886ab3dd74c82aa3c64af942320b4c1fbbc4c (patch) | |
tree | 7d52c0d5e3c491b04259e75a827a83561ea029e0 | |
parent | 4efecffa293f6d8c04be490a1d9eebf005d6dd9b (diff) | |
download | freebsd-ports-graphics-c98886ab3dd74c82aa3c64af942320b4c1fbbc4c.tar.gz freebsd-ports-graphics-c98886ab3dd74c82aa3c64af942320b4c1fbbc4c.tar.zst freebsd-ports-graphics-c98886ab3dd74c82aa3c64af942320b4c1fbbc4c.zip |
Wanderlust is a mail/news agent on Emacs/XEmacs .
PR: ports/12278
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
-rw-r--r-- | mail/wanderlust-emacs20/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/wanderlust-emacs20/Makefile b/mail/wanderlust-emacs20/Makefile new file mode 100644 index 00000000000..a4edebef54a --- /dev/null +++ b/mail/wanderlust-emacs20/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: Wanderlust (for emacs20) +# 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= emacs +EMACS_PORT= emacs20 +EMACS_VER= 20.3 +EMACS_LIBDIR= share/emacs + +IS_SLAVE= yes + +.include <${MASTERDIR}/Makefile> |