1995-03-30 10:16:18 +00:00
|
|
|
# New ports collection makefile for: mh (Japanese)
|
1998-05-27 12:58:54 +00:00
|
|
|
# Version required: 6.8.4
|
1995-03-30 10:16:18 +00:00
|
|
|
# Date created: 28 March 1995
|
|
|
|
# Whom: Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
|
|
|
|
#
|
1998-10-09 18:38:09 +00:00
|
|
|
# $Id: Makefile,v 1.11 1998/05/27 12:58:23 itojun Exp $
|
1995-03-30 10:16:18 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= mh-6.8.3
|
1998-05-27 12:58:54 +00:00
|
|
|
PKGNAME= ja-mh-6.8.4
|
|
|
|
CATEGORIES= japanese
|
1998-10-09 18:38:09 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ics.uci.edu/pub/mh/tar/ \
|
|
|
|
ftp://ftp.ics.uci.edu/pub/mh/updates/ \
|
1998-05-27 12:58:54 +00:00
|
|
|
ftp://jaz.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
|
1998-10-09 18:38:09 +00:00
|
|
|
DISTFILES= mh-6.8.3.tar.Z MH.6.8.4.Z \
|
1998-05-27 12:58:54 +00:00
|
|
|
mh-6.8.4-JP-3.00.patch.gz
|
1995-03-30 10:16:18 +00:00
|
|
|
|
1998-10-09 18:38:09 +00:00
|
|
|
MAINTAINER= motoyuki@freebsd.org
|
1998-05-27 12:58:54 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= jless:${PORTSDIR}/japanese/less
|
1997-01-07 07:47:26 +00:00
|
|
|
RUN_DEPENDS= jless:${PORTSDIR}/japanese/less
|
|
|
|
|
1998-10-09 18:38:09 +00:00
|
|
|
EXTRACT_ONLY= mh-6.8.3.tar.Z
|
|
|
|
|
1998-05-27 12:58:54 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-batchmode \
|
|
|
|
--enable-apop=${PREFIX}/etc/pop.auth --enable-rpop
|
|
|
|
|
|
|
|
MAN1= ali.1 anno.1 bbc.1 burst.1 comp.1 dist.1 folder.1 forw.1 inc.1 mark.1 \
|
|
|
|
mh-chart.1 mh.1 mhl.1 mhmail.1 mhn.1 mhook.1 mhparam.1 mhpath.1 \
|
|
|
|
msgchk.1 msh.1 next.1 packf.1 pick.1 prev.1 prompter.1 rcvstore.1 \
|
|
|
|
refile.1 repl.1 rmf.1 rmm.1 scan.1 send.1 show.1 slocal.1 sortm.1 \
|
|
|
|
vmh.1 whatnow.1 whom.1
|
|
|
|
MAN5= mh-alias.5 mh-format.5 mh-mail.5 mh-profile.5 mh-sequence.5 mh-tailor.5
|
|
|
|
MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 popauth.8 post.8
|
|
|
|
|
1998-10-09 18:38:09 +00:00
|
|
|
pre-patch:
|
1998-05-27 12:58:54 +00:00
|
|
|
@${GZCAT} ${_DISTDIR}/MH.6.8.4.Z | \
|
|
|
|
${PATCH} -d ${WRKSRC} --forward --quiet -p0
|
|
|
|
@${GZCAT} ${_DISTDIR}/mh-6.8.4-JP-3.00.patch.gz | \
|
|
|
|
${PATCH} -d ${WRKSRC} --forward --quiet -p1
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@chmod +x ${WRKSRC}/configure
|
1996-11-18 14:17:24 +00:00
|
|
|
|
1995-06-24 11:42:32 +00:00
|
|
|
post-install:
|
1997-07-17 15:13:02 +00:00
|
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
1995-06-24 11:42:32 +00:00
|
|
|
|
1995-03-30 10:16:18 +00:00
|
|
|
.include <bsd.port.mk>
|