diff options
author | max <max@FreeBSD.org> | 1997-12-09 06:13:47 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-12-09 06:13:47 +0800 |
commit | ad8bf3ae6cb8c68b932419596a55e8840d1f5a76 (patch) | |
tree | 02acd9542658bda641a2b76e56d940167e692831 /mail/mew/Makefile | |
parent | 132bc1e41c2e995f82e4c028d833cc05ec444a49 (diff) | |
download | freebsd-ports-gnome-ad8bf3ae6cb8c68b932419596a55e8840d1f5a76.tar.gz freebsd-ports-gnome-ad8bf3ae6cb8c68b932419596a55e8840d1f5a76.tar.zst freebsd-ports-gnome-ad8bf3ae6cb8c68b932419596a55e8840d1f5a76.zip |
Upgrade, 1.70 -> 1.92.4.
Also, please note that the mechanism to build and install Mew has been
changed. This port (mail/mew) now installs things needed by those who
use Mew with Emacs.
PR: 5166
Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
Diffstat (limited to 'mail/mew/Makefile')
-rw-r--r-- | mail/mew/Makefile | 28 |
1 files changed, 6 insertions, 22 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 623c91ce9176..7fcd3d528baa 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,29 +1,13 @@ -# New ports collection makefile for: Mew -# Version required: 1.70 +# New ports collection makefile for: Mew for Emacs +# Version required: 1.92.4 # Date created: 30 December 1996 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.3 1997/01/03 16:52:53 max Exp $ +# $Id: Makefile,v 1.5 1997/06/10 10:10:20 asami Exp $ # -PKGNAME= mew-1.70 -CATEGORIES= mail -FILESDIR= ${.CURDIR}/../../japanese/mew/files -PATCHDIR= ${.CURDIR}/../../japanese/mew/patches +PKGNAME= mew-1.92.4 -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs -RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs \ - mhmail:${PORTSDIR}/mail/mh +EMACS= yes -EMACSCMD= emacs -EMACSEL= mew-mule0.el -PORTSDOCDIR= ${PREFIX}/share/doc/mew -SAMPLEDIR= ${PREFIX}/share/examples/mew -ELISPDIR= ${PREFIX}/share/emacs/site-lisp -INFOFILE= mew.info -MHPOSTPROC= MH-postproc -SCANFORM= scan.form -DOTEMACS= dot.emacs -DOTMHPROFILE= dot.mh_profile - -.include "${.CURDIR}/../../japanese/mew/Makefile" +.include "${.CURDIR}/../../mail/mew-common/Makefile" |