diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-08-14 22:47:16 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-08-14 22:47:16 +0000 |
commit | 9fac85efa731e9a3d69b1284dc24574a41754638 (patch) | |
tree | e728db46f09869b475297850c587ac2e455e01da /mail/wanderlust-xemacs20 | |
parent | 11ade74a8b379a698f6458b202c4fb70e41ee9e4 (diff) |
Notes
Diffstat (limited to 'mail/wanderlust-xemacs20')
-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 000000000000..3b70522fb914 --- /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> |