diff options
author | max <max@FreeBSD.org> | 1998-06-26 06:06:11 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1998-06-26 06:06:11 +0800 |
commit | b9f7ddd4db6bd11fc59b3fb7bf6b293773a3ed1d (patch) | |
tree | fbcd13271ca8fc93ba089e6d10a2076e3b2092b6 /mail/mew-xemacs/Makefile | |
parent | 11f80b6ba589f36e3e958214095a93790b4e8ec2 (diff) | |
download | freebsd-ports-gnome-b9f7ddd4db6bd11fc59b3fb7bf6b293773a3ed1d.tar.gz freebsd-ports-gnome-b9f7ddd4db6bd11fc59b3fb7bf6b293773a3ed1d.tar.zst freebsd-ports-gnome-b9f7ddd4db6bd11fc59b3fb7bf6b293773a3ed1d.zip |
Mew port for xemacs.
Submitted by: kiri@kiri.toba-cmt.ac.jp
PR: 6533, 6588
Diffstat (limited to 'mail/mew-xemacs/Makefile')
-rw-r--r-- | mail/mew-xemacs/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/mail/mew-xemacs/Makefile b/mail/mew-xemacs/Makefile new file mode 100644 index 000000000000..ffa61eded6fe --- /dev/null +++ b/mail/mew-xemacs/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: Mew (for xemacs) +# Version required: 1.92.4 +# Date created: 17 January 1998 +# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> +# +# $Id$ +# + +PKGNAME?= mew-xemacs-1.92.4 + +LANGUAGE?= +XEMACS= yes +DIRENTRY= "* Mew:: Messaging in the Emacs World (English)." +INFOFILE= mew.info + +.if (${LANGUAGE} == "Chinese") +.endif +.if (${LANGUAGE} == "Japanese") +DIRENTRY+= "* Mew.jis:: Messaging in the Emacs World (Japanese)." +INFOFILE+= mew.jis.info +.endif +.if (${LANGUAGE} == "Korean") +.endif +.if (${LANGUAGE} == "Russian") +.endif +.if (${LANGUAGE} == "Vietnamese") +.endif + +post-install:: +.for f in mew.info mew.info-1 mew.info-2 mew.info-3 + @ln -sf ${PREFIX}/info/${f} ${INFODIR}/${f} +.endfor + +.include "${.CURDIR}/../../mail/mew-common/Makefile" |