diff options
author | sada <sada@FreeBSD.org> | 1999-08-14 22:45:19 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-08-14 22:45:19 +0000 |
commit | 4a112fa3065f1537d471154f3d90e3907136dc2a (patch) | |
tree | b20416550353d8adc11a9d5fa951511a3cda91f0 /mail | |
parent | 85bc6ba357433c6fc6f515ef1e24c33ad08614c0 (diff) | |
download | FreeBSD-ports-4a112fa3065f1537d471154f3d90e3907136dc2a.zip FreeBSD-ports-4a112fa3065f1537d471154f3d90e3907136dc2a.tar.gz |
Wanderlust: A mail/news agent for xemacs/emacs.
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wanderlust-xemacs21-mule/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/wanderlust-xemacs21-mule/Makefile b/mail/wanderlust-xemacs21-mule/Makefile new file mode 100644 index 0000000..62d99cc --- /dev/null +++ b/mail/wanderlust-xemacs21-mule/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Wanderlust (for xemacs-mule) +# 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= xemacs-mule +EMACS_VER= 20.4 +MULE_VER= 20.4 +EMACS_LIBDIR= lib/xemacs-20.4 +EMACS_VER_LIBDIR= lib/xemacs-20.4 + +HAVE_COMMON_PORT= yes + +IS_SLAVE= yes + +.include <${MASTERDIR}/Makefile> |