2001-02-07 15:51:16 +01:00
|
|
|
# ex:ts=8
|
2000-02-13 04:25:05 +01:00
|
|
|
# Ports collection makefile for: mutt w/pgp hooks
|
|
|
|
# Date created: Thur July 25, 1996
|
|
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
1996-11-10 10:37:26 +01:00
|
|
|
#
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
2000-04-13 22:01:08 +02:00
|
|
|
#
|
1996-11-10 10:37:26 +01:00
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= mutt
|
2002-06-22 02:15:41 +02:00
|
|
|
PORTVERSION= 1.4
|
|
|
|
PORTREVISION= 0
|
2001-05-22 20:16:59 +02:00
|
|
|
CATEGORIES+= mail
|
2002-09-20 18:33:44 +02:00
|
|
|
MASTER_SITES= ftp://ftp.mutt.org/mutt/ \
|
|
|
|
ftp://ftp.gbnet.net/pub/mutt-international/ \
|
2002-09-20 18:36:44 +02:00
|
|
|
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \
|
|
|
|
ftp://ftp.demon.co.uk/pub/mirrors/mutt/ \
|
|
|
|
ftp://ftp.parodius.com/pub/mutt/ \
|
2002-09-20 18:33:44 +02:00
|
|
|
ftp://pgp.rasip.fer.hr/pub/mutt/international/ \
|
2002-06-22 02:15:41 +02:00
|
|
|
DISTFILES= ${DISTNAME}i${EXTRACT_SUFX}
|
1996-11-10 21:19:54 +01:00
|
|
|
|
2002-06-22 02:15:41 +02:00
|
|
|
PATCH_SITES= http://www.mutt.org.ua/download/${PKGNAME}/ \
|
|
|
|
http://www.spinnaker.de/mutt/compressed/ \
|
2000-10-31 11:51:43 +01:00
|
|
|
http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
|
2000-07-30 10:56:36 +02:00
|
|
|
http://www.math.fu-berlin.de/~leitner/mutt/${PKGNAME:S/^mutt-//}/ \
|
|
|
|
http://www.efrei.fr/~parmelan/mutt/${PKGNAME:S/^mutt-//}/ \
|
|
|
|
ftp://www.frmug.org/pub/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
|
1998-02-28 22:31:08 +01:00
|
|
|
ftp://riemann.iam.uni-bonn.de/pub/mutt/
|
2002-06-22 02:15:41 +02:00
|
|
|
PATCHFILES= patch-${PORTVERSION}.rr.compressed.1.gz \
|
|
|
|
patch-${PORTVERSION}.vvv.initials.gz
|
1999-08-29 12:53:22 +02:00
|
|
|
PATCH_DIST_STRIP= -p1
|
1996-11-10 10:37:26 +01:00
|
|
|
|
2001-03-11 01:03:01 +01:00
|
|
|
MAINTAINER?= obrien@FreeBSD.org
|
1996-11-10 10:37:26 +01:00
|
|
|
|
2000-08-10 12:26:26 +02:00
|
|
|
.if defined(PACKAGE_BUILDING)
|
|
|
|
WITH_SLANG= yes
|
1999-09-26 09:39:29 +02:00
|
|
|
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
2000-08-10 12:26:26 +02:00
|
|
|
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \
|
|
|
|
urlview:${PORTSDIR}/textproc/urlview
|
2002-09-18 04:57:02 +02:00
|
|
|
.endif
|
1999-07-09 01:28:54 +02:00
|
|
|
.if ${MACHINE_ARCH} != "alpha"
|
1999-07-09 22:17:53 +02:00
|
|
|
# coredump in sgmls
|
2000-08-10 12:26:26 +02:00
|
|
|
WITH_DOCS= yes
|
|
|
|
.endif
|
|
|
|
|
2002-08-01 18:22:41 +02:00
|
|
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
2000-08-10 12:26:26 +02:00
|
|
|
.if defined(WITH_SLANG)
|
|
|
|
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
|
2000-04-17 02:19:02 +02:00
|
|
|
.elif defined(WITH_NCURSES_PORT)
|
2000-11-16 14:14:26 +01:00
|
|
|
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
1998-01-28 01:12:01 +01:00
|
|
|
.endif
|
2002-06-22 02:15:41 +02:00
|
|
|
.if defined(WITH_MUTT_CYRUS_SASL)
|
|
|
|
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
|
2000-05-13 17:36:47 +02:00
|
|
|
.endif
|
2000-08-10 12:26:26 +02:00
|
|
|
.if defined(WITH_DOCS)
|
|
|
|
BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat
|
1999-05-26 01:38:56 +02:00
|
|
|
.endif
|
1998-01-28 01:12:01 +01:00
|
|
|
|
1996-11-26 07:54:15 +01:00
|
|
|
DIST_SUBDIR= mutt
|
2002-06-22 02:15:41 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//}
|
|
|
|
USE_OPENSSL= yes
|
1996-11-10 10:37:26 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-12-05 21:30:19 +01:00
|
|
|
USE_AUTOMAKE= yes # configure.in is patched by <PATCHFILES>
|
2001-12-05 22:47:02 +01:00
|
|
|
AUTOMAKE_ARGS= --include-deps
|
1999-05-26 09:02:07 +02:00
|
|
|
CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL}
|
2001-01-16 18:33:20 +01:00
|
|
|
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib
|
|
|
|
CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \
|
2002-06-22 02:15:41 +02:00
|
|
|
--with-ssl=${OPENSSLBASE} --sysconfdir=${PREFIX}/etc \
|
1998-12-13 02:31:07 +01:00
|
|
|
--with-sharedir=${PREFIX}/share/mutt \
|
2000-10-31 11:51:43 +01:00
|
|
|
--with-docdir=${PREFIX}/share/doc/mutt --with-charmaps \
|
2002-06-22 02:15:41 +02:00
|
|
|
--with-libiconv-prefix=${PREFIX} \
|
2000-10-31 11:51:43 +01:00
|
|
|
--enable-compressed
|
2000-05-23 18:36:59 +02:00
|
|
|
.if defined(WITH_LOCALES_FIX)
|
|
|
|
CONFIGURE_ARGS+= --enable-locales-fix
|
|
|
|
.endif
|
2000-08-10 12:26:26 +02:00
|
|
|
.if defined(WITH_SLANG)
|
1998-07-18 21:09:24 +02:00
|
|
|
CONFIGURE_ARGS+= --with-slang=${PREFIX}
|
2000-04-17 02:19:02 +02:00
|
|
|
.elif defined(WITH_NCURSES_PORT)
|
1998-07-18 21:09:24 +02:00
|
|
|
CONFIGURE_ARGS+= --with-curses=${PREFIX}
|
2002-06-22 02:15:41 +02:00
|
|
|
CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include
|
1998-07-18 21:09:24 +02:00
|
|
|
.endif
|
2002-06-22 02:15:41 +02:00
|
|
|
.if defined(WITH_MUTT_CYRUS_SASL)
|
|
|
|
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
|
2000-05-13 17:36:47 +02:00
|
|
|
.endif
|
2002-09-16 02:35:58 +02:00
|
|
|
MAN1= flea.1 mutt.1 mutt_dotlock.1 muttbug.1
|
|
|
|
MAN5= mbox.5 muttrc.5
|
1998-12-13 02:31:07 +01:00
|
|
|
|
2002-06-22 02:15:41 +02:00
|
|
|
# XXX
|
|
|
|
# this should be done automagically by aclocal but ....
|
|
|
|
# for now, this will have to do
|
|
|
|
pre-build:
|
|
|
|
@${PERL} -pi -e "s/^(ACLOCAL = ).+/\1${ACLOCAL}/; s/^(AUTOCONF = ).+/\1${AUTOCONF}/; \
|
|
|
|
s/^(AUTOMAKE = ).+/\1${AUTOMAKE}/; s/^(AUTOHEADER = ).+/\1${AUTOHEADER}/" \
|
|
|
|
${BUILD_WRKSRC}/Makefile
|
2001-12-16 06:11:27 +01:00
|
|
|
cd ${WRKSRC} && ${MAKE} keymap_defs.h
|
|
|
|
|
1998-10-01 22:29:46 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
1998-12-13 02:31:07 +01:00
|
|
|
post-build:
|
2000-05-13 17:36:47 +02:00
|
|
|
${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.sgml
|
2000-10-08 00:38:04 +02:00
|
|
|
${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-doc-ref
|
1998-12-13 02:31:07 +01:00
|
|
|
printf ",s|\$${PREFIX}|%s|g\nw\nq\n" ${PREFIX} | \
|
1998-10-01 22:29:46 +02:00
|
|
|
ed -s ${WRKSRC}/doc/mutt.man
|
2000-08-10 12:26:26 +02:00
|
|
|
.if defined(WITH_DOCS)
|
1998-07-23 10:04:48 +02:00
|
|
|
PLIST:= ${WRKDIR}/PLIST
|
1998-12-13 02:31:07 +01:00
|
|
|
pre-install:
|
2000-10-08 04:35:51 +02:00
|
|
|
@${CAT} ${PKGDIR}/pkg-plist.htmlfiles >> ${PLIST}
|
|
|
|
@${CAT} ${PKGDIR}/pkg-plist >> ${PLIST}
|
1998-07-23 10:04:48 +02:00
|
|
|
.endif
|
1998-12-13 02:31:07 +01:00
|
|
|
.endif
|
1998-07-23 10:04:48 +02:00
|
|
|
|
1996-11-10 10:37:26 +01:00
|
|
|
post-install:
|
1997-06-06 08:39:07 +02:00
|
|
|
@strip ${PREFIX}/bin/mutt
|
1996-11-10 10:37:26 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
1996-11-25 02:00:17 +01:00
|
|
|
@${ECHO} "===> Installing Mutt documentation"
|
1999-08-22 21:01:07 +02:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/mutt && ${CHMOD} a+rx ${PREFIX}/share/doc/mutt
|
1998-12-13 02:31:07 +01:00
|
|
|
@cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \
|
|
|
|
${PREFIX}/share/doc/mutt
|
2000-08-10 12:26:26 +02:00
|
|
|
.if defined(WITH_DOCS)
|
2001-05-25 12:30:32 +02:00
|
|
|
${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m 0755 \
|
|
|
|
-d ${PREFIX}/share/doc/mutt/html
|
2000-05-13 17:36:47 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/mutt/html
|
1999-02-12 23:32:37 +01:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${PREFIX}/share/doc/mutt
|
1998-07-23 10:04:48 +02:00
|
|
|
.endif
|
1996-11-10 10:37:26 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|