1996-11-10 04:37:26 -05:00
|
|
|
# ex:ts=8
|
2000-02-12 22:25:05 -05: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 04:37:26 -05:00
|
|
|
#
|
1999-08-25 02:51:17 -04:00
|
|
|
# $FreeBSD$
|
2000-04-13 16:01:08 -04:00
|
|
|
#
|
1996-11-10 04:37:26 -05:00
|
|
|
|
2000-04-13 16:01:08 -04:00
|
|
|
PORTNAME= mutt
|
2000-07-10 18:04:51 -04:00
|
|
|
PORTVERSION= 1.2.4
|
1996-11-10 15:19:54 -05:00
|
|
|
CATEGORIES= mail
|
1999-01-04 22:12:08 -05:00
|
|
|
MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \
|
|
|
|
ftp://ftp.uib.no/pub/mutt/ \
|
|
|
|
ftp://pgp.rasip.fer.hr/pub/mutt/international/ \
|
1998-01-27 19:12:01 -05:00
|
|
|
ftp://ftp.gbnet.net/pub/mutt-international/ \
|
1999-01-04 22:12:08 -05:00
|
|
|
ftp://riemann.iam.uni-bonn.de/pub/mutt/ \
|
1998-01-27 19:12:01 -05:00
|
|
|
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/mutt-international/ \
|
|
|
|
ftp://ftp.gwdg.de/pub/unix/mail/mutt/international/ \
|
|
|
|
ftp://ftp.iks-jena.de/pub/mitarb/lutz/crypt/software/pgp/mutt/
|
2000-04-13 16:01:08 -04:00
|
|
|
DISTNAME= ${PKGNAME}i
|
2000-05-13 11:36:47 -04:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} charmaps-0.0.tar.gz
|
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
1996-11-10 15:19:54 -05:00
|
|
|
|
1998-01-27 19:12:01 -05:00
|
|
|
PATCH_SITES= http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
|
1997-05-19 09:40:38 -04:00
|
|
|
http://www.math.fu-berlin.de/~leitner/mutt/${PKGNAME:S/^mutt-//}/ \
|
|
|
|
http://www.efrei.fr/~parmelan/mutt/${PKGNAME:S/^mutt-//}/ \
|
1998-01-27 19:12:01 -05:00
|
|
|
ftp://www.frmug.org/pub/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
|
1998-02-28 16:31:08 -05:00
|
|
|
ftp://riemann.iam.uni-bonn.de/pub/mutt/
|
1998-04-18 07:11:30 -04:00
|
|
|
PATCHFILES=
|
1999-08-29 06:53:22 -04:00
|
|
|
PATCH_DIST_STRIP= -p1
|
1996-11-10 04:37:26 -05:00
|
|
|
|
2000-02-12 22:25:05 -05:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1996-11-10 04:37:26 -05:00
|
|
|
|
2000-05-23 07:40:19 -04:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
1998-01-27 19:12:01 -05:00
|
|
|
.if defined(BATCH)
|
1998-09-22 18:48:42 -04:00
|
|
|
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
|
1999-09-26 03:39:29 -04:00
|
|
|
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
1999-07-08 19:28:54 -04:00
|
|
|
.if ${MACHINE_ARCH} != "alpha"
|
1999-07-09 16:17:53 -04:00
|
|
|
# coredump in sgmls
|
1999-08-05 13:29:38 -04:00
|
|
|
BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat
|
1999-07-08 19:28:54 -04:00
|
|
|
.endif
|
1998-01-27 19:12:01 -05:00
|
|
|
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
2000-04-16 20:19:02 -04:00
|
|
|
.elif defined(WITH_NCURSES_PORT)
|
1998-10-09 06:05:56 -04:00
|
|
|
LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
|
2000-04-16 20:19:02 -04:00
|
|
|
.elif defined(WITH_SLANG)
|
1998-09-22 18:48:42 -04:00
|
|
|
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
|
1998-01-27 19:12:01 -05:00
|
|
|
.endif
|
2000-05-13 11:36:47 -04:00
|
|
|
.if defined(WITH_SSL)
|
|
|
|
USE_OPENSSL= RSA
|
|
|
|
.endif
|
1999-05-25 19:38:56 -04:00
|
|
|
.if defined(PACKAGE_BUILDING)
|
|
|
|
RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview
|
|
|
|
.endif
|
1998-01-27 19:12:01 -05:00
|
|
|
|
1996-11-26 01:54:15 -05:00
|
|
|
DIST_SUBDIR= mutt
|
1996-11-10 04:37:26 -05:00
|
|
|
GNU_CONFIGURE= yes
|
1999-05-26 03:02:07 -04:00
|
|
|
CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL}
|
2000-05-23 11:47:38 -04:00
|
|
|
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib
|
1999-01-07 13:43:20 -05:00
|
|
|
CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \
|
1998-12-12 20:31:07 -05:00
|
|
|
--with-sharedir=${PREFIX}/share/mutt \
|
2000-05-23 12:36:59 -04:00
|
|
|
--with-docdir=${PREFIX}/share/doc/mutt --with-charmaps
|
|
|
|
.if defined(WITH_LOCALES_FIX)
|
|
|
|
CONFIGURE_ARGS+= --enable-locales-fix
|
|
|
|
.endif
|
2000-04-16 20:19:02 -04:00
|
|
|
.if defined(BATCH) || defined(WITH_SLANG)
|
1998-07-18 15:09:24 -04:00
|
|
|
CONFIGURE_ARGS+= --with-slang=${PREFIX}
|
2000-04-16 20:19:02 -04:00
|
|
|
.elif defined(WITH_NCURSES_PORT)
|
1998-07-18 15:09:24 -04:00
|
|
|
CONFIGURE_ARGS+= --with-curses=${PREFIX}
|
|
|
|
.endif
|
2000-05-13 11:36:47 -04:00
|
|
|
.if defined(WITH_SSL)
|
|
|
|
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
|
|
|
|
.endif
|
1999-08-25 16:10:04 -04:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//}
|
1998-12-12 20:31:07 -05:00
|
|
|
MAN1= mutt.1 mutt_dotlock.1
|
2000-05-13 11:36:47 -04:00
|
|
|
MAN5= muttrc.5
|
1998-12-12 20:31:07 -05:00
|
|
|
|
2000-05-13 11:36:47 -04:00
|
|
|
pre-patch:
|
|
|
|
(cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/charmaps-0.0.tar.gz)
|
1996-11-10 04:37:26 -05:00
|
|
|
|
2000-05-13 14:01:36 -04:00
|
|
|
post-patch:
|
2000-07-19 08:44:01 -04:00
|
|
|
cd ${WRKSRC}/charmaps/maps; ${LN} CP1251 WINDOWS-1251
|
|
|
|
cd ${WRKSRC}/charmaps/maps; ${RM} -f *.orig
|
2000-05-13 14:01:36 -04:00
|
|
|
|
1998-10-01 16:29:46 -04:00
|
|
|
.if !defined(NOPORTDOCS)
|
1998-12-12 20:31:07 -05:00
|
|
|
post-build:
|
2000-05-13 11:36:47 -04:00
|
|
|
${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.sgml
|
1998-12-12 20:31:07 -05:00
|
|
|
${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-doc-ref
|
|
|
|
printf ",s|\$${PREFIX}|%s|g\nw\nq\n" ${PREFIX} | \
|
1998-10-01 16:29:46 -04:00
|
|
|
ed -s ${WRKSRC}/doc/mutt.man
|
1998-12-12 20:31:07 -05:00
|
|
|
.if defined(BATCH)
|
1998-07-23 04:04:48 -04:00
|
|
|
PLIST:= ${WRKDIR}/PLIST
|
1998-12-12 20:31:07 -05:00
|
|
|
pre-install:
|
1998-07-23 04:04:48 -04:00
|
|
|
@${CAT} ${PKGDIR}/PLIST.htmlfiles >> ${PLIST}
|
|
|
|
@${CAT} ${PKGDIR}/PLIST >> ${PLIST}
|
|
|
|
.endif
|
1998-12-12 20:31:07 -05:00
|
|
|
.endif
|
1998-07-23 04:04:48 -04:00
|
|
|
|
1996-11-10 04:37:26 -05:00
|
|
|
post-install:
|
1997-06-06 02:39:07 -04:00
|
|
|
@strip ${PREFIX}/bin/mutt
|
1996-11-10 04:37:26 -05:00
|
|
|
.if !defined(NOPORTDOCS)
|
1996-11-24 20:00:17 -05:00
|
|
|
@${ECHO} "===> Installing Mutt documentation"
|
1999-08-22 15:01:07 -04:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/mutt && ${CHMOD} a+rx ${PREFIX}/share/doc/mutt
|
1998-12-12 20:31:07 -05:00
|
|
|
@cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \
|
|
|
|
${PREFIX}/share/doc/mutt
|
1998-07-23 04:04:48 -04:00
|
|
|
.if defined(BATCH)
|
2000-05-13 11:36:47 -04:00
|
|
|
${INSTALL_MAN} -d ${PREFIX}/share/doc/mutt/html
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/mutt/html
|
1999-02-12 17:32:37 -05:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${PREFIX}/share/doc/mutt
|
1998-07-23 04:04:48 -04:00
|
|
|
.endif
|
2000-02-12 22:25:05 -05:00
|
|
|
@cd ${WRKSRC}/contrib ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc \
|
|
|
|
${PREFIX}/share/doc/mutt
|
1996-11-10 04:37:26 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|