2001-02-07 15:51:16 +01:00
|
|
|
# ex:ts=8
|
2001-06-09 02:51:13 +02:00
|
|
|
# Ports collection makefile for: mutt development
|
2001-06-13 18:02:19 +02:00
|
|
|
# Date created: 6 Jun 2001
|
|
|
|
# Whom: Udo Schweigert
|
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
|
|
|
|
2001-06-09 02:51:13 +02:00
|
|
|
PORTNAME= mutt-devel
|
|
|
|
PORTVERSION= 1.3.19
|
2001-06-09 03:08:01 +02:00
|
|
|
PORTREVISION= 1
|
2001-06-09 02:51:13 +02:00
|
|
|
CATEGORIES= mail
|
2001-06-09 09:57:11 +02:00
|
|
|
MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \
|
2001-06-09 02:51:13 +02:00
|
|
|
ftp://ftp.parodius.com/pub/mutt/devel/
|
|
|
|
DISTNAME= mutt-${PORTVERSION}i
|
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
2000-05-13 17:36:47 +02:00
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
1996-11-10 21:19:54 +01:00
|
|
|
|
2001-06-09 02:51:13 +02:00
|
|
|
MAINTAINER= ust@cert.siemens.de
|
1996-11-10 10:37:26 +01:00
|
|
|
|
2001-06-09 02:51:13 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_AUTOMAKE= yes
|
1996-11-10 10:37:26 +01:00
|
|
|
|
2001-06-13 18:02:19 +02:00
|
|
|
.if !defined(PATCH_VERSION)
|
|
|
|
PATCH_VERSION= ${PORTVERSION}
|
|
|
|
.endif
|
|
|
|
|
2000-08-10 12:26:26 +02:00
|
|
|
.if defined(PACKAGE_BUILDING)
|
|
|
|
WITH_SLANG= yes
|
2001-06-13 18:02:19 +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
|
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
|
1999-07-09 01:28:54 +02:00
|
|
|
.endif
|
2000-08-10 12:26:26 +02:00
|
|
|
|
2001-06-09 02:51:13 +02:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
|
|
|
|
giconv.2:${PORTSDIR}/converters/libiconv
|
|
|
|
|
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
|
|
|
|
CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include
|
1998-01-28 01:12:01 +01:00
|
|
|
.endif
|
2000-05-13 17:36:47 +02:00
|
|
|
.if defined(WITH_SSL)
|
2001-01-16 18:33:20 +01:00
|
|
|
USE_OPENSSL= yes
|
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
|
1996-11-10 10:37:26 +01:00
|
|
|
GNU_CONFIGURE= yes
|
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 \
|
1998-12-13 02:31:07 +01:00
|
|
|
--with-sharedir=${PREFIX}/share/mutt \
|
2001-06-09 02:51:13 +02:00
|
|
|
--with-docdir=${PREFIX}/share/doc/mutt \
|
|
|
|
--sysconfdir=${PREFIX}/etc \
|
|
|
|
--with-iconv=${PREFIX} \
|
2000-10-31 11:51:43 +01:00
|
|
|
--enable-compressed
|
2001-06-09 02:51:13 +02:00
|
|
|
|
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}
|
|
|
|
.endif
|
2000-05-13 17:36:47 +02:00
|
|
|
.if defined(WITH_SSL)
|
|
|
|
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
|
|
|
|
.endif
|
2001-06-13 18:02:19 +02:00
|
|
|
|
|
|
|
.if defined(WITH_VVV_PATCHES)
|
|
|
|
PATCHFILES= patch-${PATCH_VERSION}.rr.compressed.gz \
|
|
|
|
patch-${PATCH_VERSION}.vvv.nntp.gz \
|
|
|
|
patch-${PATCH_VERSION}.vvv.initials.gz \
|
|
|
|
patch-${PATCH_VERSION}.vvv.quote.gz \
|
|
|
|
patch-${PATCH_VERSION}.vvv.ru.gz
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
PATCH_SITES= http://mutt.org.ua/download/mutt-${PATCH_VERSION}/ \
|
|
|
|
ftp://mutt.org.ua/mutt/mutt-${PATCH_VERSION}/
|
|
|
|
CONFIGURE_ARGS+= --enable-nntp --with-regex
|
|
|
|
.endif
|
|
|
|
|
1999-08-25 22:10:04 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//}
|
2001-06-09 02:51:13 +02:00
|
|
|
MAN1= flea.1 mutt.1 mutt_dotlock.1 muttbug.1
|
|
|
|
MAN5= muttrc.5 mbox.5
|
1996-11-10 10:37:26 +01:00
|
|
|
|
2000-08-26 11:46:47 +02:00
|
|
|
pre-configure:
|
2001-06-09 02:51:13 +02:00
|
|
|
(cd ${WRKSRC}; aclocal -I m4)
|
2000-05-13 20:01:36 +02:00
|
|
|
|
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-06-13 18:02:19 +02:00
|
|
|
${SETENV} MANMODE=0755 ${INSTALL_MAN} -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>
|