1996-12-18 05:09:26 +00:00
|
|
|
# New ports collection makefile for: Mew
|
1997-06-10 10:10:45 +00:00
|
|
|
# Version required: 1.70
|
1997-01-03 16:48:49 +00:00
|
|
|
# Date created: 30 December 1996
|
1996-12-18 05:09:26 +00:00
|
|
|
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
|
|
#
|
1997-03-15 11:56:38 +00:00
|
|
|
# $Id: Makefile,v 1.3 1997/01/03 16:52:53 max Exp $
|
1996-12-18 05:09:26 +00:00
|
|
|
#
|
|
|
|
|
1997-06-10 10:10:45 +00:00
|
|
|
PKGNAME= mew-1.70
|
1996-12-18 05:09:26 +00:00
|
|
|
CATEGORIES= mail
|
1997-06-10 10:10:45 +00:00
|
|
|
FILESDIR= ${.CURDIR}/../../japanese/mew/files
|
|
|
|
PATCHDIR= ${.CURDIR}/../../japanese/mew/patches
|
1996-12-18 05:09:26 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
|
|
|
|
RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs \
|
1997-01-03 16:48:49 +00:00
|
|
|
mhmail:${PORTSDIR}/mail/mh
|
|
|
|
|
1997-06-10 10:10:45 +00:00
|
|
|
EMACSCMD= emacs
|
|
|
|
EMACSEL= mew-mule0.el
|
|
|
|
PORTSDOCDIR= ${PREFIX}/share/doc/mew
|
1997-01-03 16:48:49 +00:00
|
|
|
SAMPLEDIR= ${PREFIX}/share/examples/mew
|
1997-06-10 10:10:45 +00:00
|
|
|
ELISPDIR= ${PREFIX}/share/emacs/site-lisp
|
|
|
|
INFOFILE= mew.info
|
|
|
|
MHPOSTPROC= MH-postproc
|
|
|
|
SCANFORM= scan.form
|
|
|
|
DOTEMACS= dot.emacs
|
|
|
|
DOTMHPROFILE= dot.mh_profile
|
1996-12-18 05:09:26 +00:00
|
|
|
|
1997-06-10 10:10:45 +00:00
|
|
|
.include "${.CURDIR}/../../japanese/mew/Makefile"
|