diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-10 10:10:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-10 10:10:45 +0000 |
commit | b39a8dd404e64b4ef49f889a2793e9cebf467d63 (patch) | |
tree | 69d90cec60afaa0fd4b981ad0f256f719f9654ab /mail/mew | |
parent | Change organization so that files can be shared between this port and (diff) |
Update dir file with install-info. Also, change organization so that
files can be shared between this port and japanese/mew.
Note this is a "blind" commit; it is too much trouble to test an update
with this many added and deleted files. I'll test it later.
PR: 3789
Submitted by: kiri
Notes
Notes:
svn path=/head/; revision=6844
Diffstat (limited to 'mail/mew')
-rw-r--r-- | mail/mew/Makefile | 43 | ||||
-rw-r--r-- | mail/mew/pkg-descr | 2 |
2 files changed, 15 insertions, 30 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 1a744ca75a47..623c91ce9176 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,44 +1,29 @@ # New ports collection makefile for: Mew -# Version required: 1.54 +# Version required: 1.70 # 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 $ # -DISTNAME= mew-1.54 +PKGNAME= mew-1.70 CATEGORIES= mail -MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/elisp/Mew/ \ - ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ - -MAINTAINER= kiri@kiri.toba-cmt.ac.jp +FILESDIR= ${.CURDIR}/../../japanese/mew/files +PATCHDIR= ${.CURDIR}/../../japanese/mew/patches BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs \ mhmail:${PORTSDIR}/mail/mh -RESTRICTED= "USA ITAR export restrictions (has PGP hooks)" - -DOCDIR= ${PREFIX}/share/doc/mew +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 -post-install: - @strip ${PREFIX}/bin/mewencode -.for f in mewencode mew-refile uumerge vscan - @chown bin:bin ${PREFIX}/bin/${f} - @chmod 555 ${PREFIX}/bin/${f} -.endfor - @${INSTALL_DATA} ${WRKSRC}/info/mew.info* ${PREFIX}/info - @${INSTALL_SCRIPT} ${FILESDIR}/MH-postproc ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCDIR} - @${INSTALL_DATA} ${WRKSRC}/info/*.texi ${DOCDIR} - @${MKDIR} ${SAMPLEDIR} -.for f in dot.emacs aliases dot.mh_profile scan.form - @${INSTALL_DATA} ${FILESDIR}/${f} ${SAMPLEDIR} -.endfor - @${INSTALL_SCRIPT} ${FILESDIR}/user-install ${SAMPLEDIR} -.endif - @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> +.include "${.CURDIR}/../../japanese/mew/Makefile" diff --git a/mail/mew/pkg-descr b/mail/mew/pkg-descr index d85cec22ff40..736ec92fc7e9 100644 --- a/mail/mew/pkg-descr +++ b/mail/mew/pkg-descr @@ -1,4 +1,4 @@ -Mew (1.54) is a "Message interface to Emacs Window" to integrate +Mew is a "Message interface to Emacs Window" to integrate - electronic mail - NetNews |