1999-09-05 20:04:07 +00:00
|
|
|
# New ports collection makefile for: ja-mutt
|
2000-02-07 06:47:02 +00:00
|
|
|
# Version required: 1.0i
|
1999-09-05 20:04:07 +00:00
|
|
|
# Date created: 5 Sep 1999
|
|
|
|
# Whom: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-02-01 01:02:36 +00:00
|
|
|
DISTNAME= mutt-1.0i
|
|
|
|
PKGNAME= ja-mutt-1.0.j0
|
1999-09-05 20:04:07 +00:00
|
|
|
CATEGORIES= japanese mail
|
|
|
|
MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \
|
|
|
|
ftp://ftp.guug.de/pub/mutt/historic/ \
|
|
|
|
ftp://ftp.gbnet.net/pub/mutt-international/
|
|
|
|
|
1999-10-31 02:30:34 +00:00
|
|
|
PATCH_SITES= http://kondara.sdri.co.jp/~kikutani/slang/
|
2000-02-01 01:02:36 +00:00
|
|
|
PATCHFILES= mutt-1.0i-jp0.patch
|
1999-09-05 20:04:07 +00:00
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
|
|
|
MAINTAINER= shuna@pop16.odn.ne.jp
|
|
|
|
|
|
|
|
LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang
|
1999-10-31 02:30:34 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext \
|
1999-09-05 20:04:07 +00:00
|
|
|
autoconf:${PORTSDIR}/devel/autoconf \
|
|
|
|
automake:${PORTSDIR}/devel/automake
|
|
|
|
RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview
|
|
|
|
|
|
|
|
DIST_SUBDIR= mutt
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2000-02-01 01:02:36 +00:00
|
|
|
WRKSRC= ${WRKDIR}/mutt-1.0
|
1999-09-05 20:04:07 +00:00
|
|
|
CONFIGURE_ARGS= --with-slang --enable-locales-fix --with-included-gettext \
|
|
|
|
--enable-flock --disable-fcntl \
|
|
|
|
--sysconfdir=${PREFIX}/share/mutt \
|
|
|
|
--with-sharedir=${PREFIX}/share/mutt \
|
|
|
|
--with-docdir=${PREFIX}/share/doc/mutt \
|
|
|
|
--enable-pop --enable-imap
|
|
|
|
|
|
|
|
MAN1= mutt.1 mutt_dotlock.1
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
(cd ${WRKSRC}; autoconf)
|
|
|
|
|
|
|
|
post-install:
|
2000-02-01 01:02:36 +00:00
|
|
|
strip ${PREFIX}/bin/mutt
|
|
|
|
strip ${PREFIX}/bin/mutt_dotlock
|
1999-09-05 20:04:07 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/sample.muttrc ${PREFIX}/share/doc/mutt
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/Mush.rc ${PREFIX}/share/doc/mutt
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/Pine.rc ${PREFIX}/share/doc/mutt
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|