2011-04-22 15:41:54 +02:00
|
|
|
# $NetBSD: Makefile,v 1.163 2011/04/22 13:44:04 obache Exp $
|
2001-06-20 09:31:58 +02:00
|
|
|
|
2007-05-27 15:34:16 +02:00
|
|
|
DISTNAME= mutt-1.4.2.3
|
2011-04-22 15:41:54 +02:00
|
|
|
PKGREVISION= 4
|
2001-06-20 09:31:58 +02:00
|
|
|
CATEGORIES= mail
|
2003-03-20 05:38:22 +01:00
|
|
|
MASTER_SITES= ftp://ftp.mutt.org/mutt/ \
|
Update "mutt" package to version 1.4. Visible changes since version
1.2.5.1 include:
- Better mh support: Mutt now supports .mh_sequences files.
Currently, the "unseen", "flagged", and "replied" sequences are
used to store mutt flags (the names are configurable using the
$mh_seq_unseen, $mh_seq_flagged, and $mh_seq_replied configuration
variables). As a side effect, messages in MH folders are no longer
rewritten upon status changes.
- The "trashed" flag is supported for maildir folders. See
$maildir_trash.
- POP folder support. You can now access a POP mailbox just like an
IMAP folder (with obvious restrictions due to the protocol).
- URL syntax for remote folders. You can pass things like
pop://account@host and imap://account@host/folder as arguments for
the -f command line flag.
- STARTTLS support. If $ssl_starttls is set (the default), mutt
will attempt to use STARTTLS on servers advertising that
capability.
- $preconnect. If set, a shell command to be executed if mutt fails
to establish a connection to the server. This is useful for
setting up secure connections; see the muttrc(5) for details.
- $tunnel. Use a pipe to a command instead of a raw socket. See
muttrc(5) for details. (Basically, it's another way for setting
up secure connections.)
- More new IMAP/POP-related variables (see muttrc(5) for details):
$connect_timeout, $imap_authenticators, $imap_delim_chars,
$imap_peek, $pop_authenticators, $pop_auth_try_all,
$pop_checkinterval, $pop_delete, $pop_reconnect, $use_ipv6.
- The following IMAP/POP-related variables are gone:
$imap_checkinterval, $imap_cramkey, $pop_port.
- There's a new imap-fetch-mail function, which forces a check for
new messages on an IMAP server.
- The new-mailbox function was renamed to create-mailbox, and is
bound to C instead of n by default.
For a complete overview of all new features look in the "NEWS" file.
2002-05-29 14:13:52 +02:00
|
|
|
ftp://gd.tuwien.ac.at/infosys/mail/mutt/ \
|
2003-09-05 21:00:57 +02:00
|
|
|
ftp://ftp.fu-berlin.de/unix/mail/mutt/
|
2001-06-20 09:31:58 +02:00
|
|
|
|
2010-11-23 11:21:25 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2001-06-20 09:31:58 +02:00
|
|
|
HOMEPAGE= http://www.mutt.org/
|
2003-07-21 18:56:41 +02:00
|
|
|
COMMENT= Text-based MIME mail client with PGP support
|
2009-08-31 21:25:27 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
1998-02-02 11:48:30 +01:00
|
|
|
|
2010-04-10 18:08:50 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2004-07-17 02:33:15 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
2004-08-05 09:19:25 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2004-01-20 13:18:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:C/i$$//}
|
2003-01-28 23:03:00 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2006-04-13 20:23:29 +02:00
|
|
|
USE_TOOLS+= msgfmt
|
1998-02-02 11:48:30 +01:00
|
|
|
|
2004-08-05 09:19:25 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2008-02-22 01:36:12 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \
|
2004-08-05 09:19:25 +02:00
|
|
|
--with-docdir=${PREFIX}/share/doc/mutt \
|
|
|
|
--without-included-gettext \
|
2010-04-10 18:08:50 +02:00
|
|
|
--enable-external-dotlock \
|
2004-08-05 09:19:25 +02:00
|
|
|
--enable-pop \
|
|
|
|
--enable-imap
|
2005-12-05 21:49:47 +01:00
|
|
|
MAKE_ENV+= CHGRP=${CHGRP:Q}
|
2000-05-20 20:39:45 +02:00
|
|
|
|
2008-02-21 18:55:56 +01:00
|
|
|
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD"
|
|
|
|
# Force sendmail to /usr/sbin to avoid postfix's
|
|
|
|
# ${LOCALBASE}/sbin/sendmail. Should be enabled on all platforms which
|
|
|
|
# support mailwrapper.
|
|
|
|
CONFIGURE_ENV+= SENDMAIL=/usr/sbin/sendmail
|
|
|
|
.endif
|
|
|
|
|
2004-12-18 17:24:37 +01:00
|
|
|
.if ${OPSYS} == "SunOS"
|
2004-03-21 00:10:23 +01:00
|
|
|
CONFIGURE_ARGS+= --without-wc-funcs
|
|
|
|
.endif
|
|
|
|
|
2007-10-17 01:48:58 +02:00
|
|
|
.if !empty(MACHINE_PLATFORM:MIRIX-5.3-*)
|
2004-12-18 17:24:20 +01:00
|
|
|
CONFIGURE_ENV+= ac_cv_header_inttypes_h=no
|
|
|
|
.endif
|
|
|
|
|
2006-04-11 15:26:01 +02:00
|
|
|
SUBST_CLASSES+= gpg
|
|
|
|
SUBST_MESSAGE.gpg= Fixing path to GnuPG binary.
|
|
|
|
SUBST_STAGE.gpg= post-patch
|
|
|
|
SUBST_FILES.gpg= contrib/gpg.rc
|
|
|
|
SUBST_SED.gpg= -e "s,/usr/bin/gpg,gpg,g"
|
|
|
|
|
2006-04-12 15:29:20 +02:00
|
|
|
SUBST_CLASSES+= paths
|
2006-07-14 21:55:56 +02:00
|
|
|
SUBST_MESSAGE.paths= Fixing pathnames in manual page.
|
2006-04-12 15:29:20 +02:00
|
|
|
SUBST_STAGE.paths= post-patch
|
|
|
|
SUBST_FILES.paths= doc/mutt.man
|
|
|
|
SUBST_SED.paths= -e "s,/usr/local/doc/mutt/,${DOCDIR}/,g"
|
|
|
|
SUBST_SED.paths+= -e "s,/etc/,${PKG_SYSCONFDIR}/,g"
|
|
|
|
SUBST_SED.paths+= -e "s,/usr/local/,${PREFIX}/,g"
|
2006-04-11 15:26:01 +02:00
|
|
|
|
2006-01-01 14:28:02 +01:00
|
|
|
.if ${OPSYS} == "Interix"
|
|
|
|
SUBST_CLASSES+= mgroup
|
2006-04-11 15:26:01 +02:00
|
|
|
SUBST_MESSAGE.mgroup= Configuring mail group.
|
2006-01-01 14:28:02 +01:00
|
|
|
SUBST_STAGE.mgroup= post-patch
|
|
|
|
SUBST_FILES.mgroup= configure
|
|
|
|
SUBST_SED.mgroup= -e "s,DOTLOCK_GROUP='mail',DOTLOCK_GROUP='+Administrators',"
|
2006-06-18 02:23:59 +02:00
|
|
|
|
2006-01-01 20:40:43 +01:00
|
|
|
CPPFLAGS+= -D__BROKEN_INTERIX_FORK
|
2006-01-01 14:28:02 +01:00
|
|
|
.endif
|
|
|
|
|
2004-08-05 09:19:25 +02:00
|
|
|
# There is a problem using /bin/sh on old NetBSD releases, so use /bin/ksh
|
|
|
|
# there.
|
|
|
|
#
|
2004-03-01 13:13:44 +01:00
|
|
|
.if !empty(MACHINE_PLATFORM:MNetBSD-1.[0-5]*-*)
|
2001-06-20 09:09:49 +02:00
|
|
|
CONFIGURE_ARGS+= --with-exec-shell=/bin/ksh
|
2000-11-02 04:15:14 +01:00
|
|
|
.endif
|
|
|
|
|
2004-08-05 09:19:25 +02:00
|
|
|
.include "options.mk"
|
2002-10-28 22:09:18 +01:00
|
|
|
|
2004-08-05 09:19:25 +02:00
|
|
|
LDFLAGS+= ${_STRIPFLAG_CC}
|
2001-06-20 09:09:49 +02:00
|
|
|
|
2004-08-05 09:19:25 +02:00
|
|
|
DOCDIR= ${PREFIX}/share/doc/mutt
|
2002-11-27 20:05:39 +01:00
|
|
|
EGDIR= ${PREFIX}/share/examples/mutt
|
2002-01-31 00:05:45 +01:00
|
|
|
CONF_FILES= ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc
|
2005-08-19 20:12:36 +02:00
|
|
|
CONF_FILES+= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
|
2005-12-05 21:49:47 +01:00
|
|
|
FILES_SUBST+= DOCDIR=${DOCDIR:Q}
|
2004-08-05 09:19:25 +02:00
|
|
|
|
2006-04-11 15:26:01 +02:00
|
|
|
INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${EGDIR:Q}
|
2006-06-20 11:14:46 +02:00
|
|
|
|
2010-04-10 18:08:50 +02:00
|
|
|
SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551
|
2006-06-20 11:14:46 +02:00
|
|
|
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR}
|
2001-06-20 09:09:49 +02:00
|
|
|
|
2004-08-05 09:19:25 +02:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2002-12-03 22:21:57 +01:00
|
|
|
|
2004-08-05 09:19:25 +02:00
|
|
|
# Pre-create some directories and symlinks used during the installation
|
|
|
|
# process.
|
|
|
|
#
|
|
|
|
pre-install:
|
2008-01-04 00:18:07 +01:00
|
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
|
|
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
|
|
|
|
${RM} -f ${DESTDIR}${DOCDIR}/samples
|
|
|
|
${LN} -sf ${DESTDIR}${EGDIR} ${DESTDIR}${DOCDIR}/samples
|
2002-12-03 22:21:57 +01:00
|
|
|
|
2004-08-05 09:19:25 +02:00
|
|
|
post-install:
|
2006-04-11 15:26:01 +02:00
|
|
|
.if (${PKG_INSTALLATION_TYPE} == "pkgviews")
|
2007-01-07 10:13:46 +01:00
|
|
|
${MV} ${PREFIX}/${PKGMANDIR}/man5/mutt-mbox.5 ${PREFIX}/${PKGMANDIR}/man5/mbox.5
|
2004-07-17 02:33:15 +02:00
|
|
|
.endif
|
2000-01-04 18:12:59 +01:00
|
|
|
|
2000-07-28 12:33:56 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|