mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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
This commit is contained in:
parent
925ecf19b1
commit
b39a8dd404
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6844
2 changed files with 15 additions and 30 deletions
|
@ -1,44 +1,29 @@
|
||||||
# New ports collection makefile for: Mew
|
# New ports collection makefile for: Mew
|
||||||
# Version required: 1.54
|
# Version required: 1.70
|
||||||
# Date created: 30 December 1996
|
# Date created: 30 December 1996
|
||||||
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
# 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.3 1997/01/03 16:52:53 max Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= mew-1.54
|
PKGNAME= mew-1.70
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/elisp/Mew/ \
|
FILESDIR= ${.CURDIR}/../../japanese/mew/files
|
||||||
ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
|
PATCHDIR= ${.CURDIR}/../../japanese/mew/patches
|
||||||
|
|
||||||
MAINTAINER= kiri@kiri.toba-cmt.ac.jp
|
|
||||||
|
|
||||||
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
|
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
|
||||||
RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs \
|
RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs \
|
||||||
mhmail:${PORTSDIR}/mail/mh
|
mhmail:${PORTSDIR}/mail/mh
|
||||||
|
|
||||||
RESTRICTED= "USA ITAR export restrictions (has PGP hooks)"
|
EMACSCMD= emacs
|
||||||
|
EMACSEL= mew-mule0.el
|
||||||
DOCDIR= ${PREFIX}/share/doc/mew
|
PORTSDOCDIR= ${PREFIX}/share/doc/mew
|
||||||
SAMPLEDIR= ${PREFIX}/share/examples/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:
|
.include "${.CURDIR}/../../japanese/mew/Makefile"
|
||||||
@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>
|
|
||||||
|
|
|
@ -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
|
- electronic mail
|
||||||
- NetNews
|
- NetNews
|
||||||
|
|
Loading…
Add table
Reference in a new issue