# Created by: Anders Nordby # $FreeBSD$ PORTNAME= mboxgrep PORTVERSION= 0.7.9 PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= anders@FreeBSD.org COMMENT= Utility to scan mailboxes for messages matching a regular expression .if defined(WITH_PCRE) LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre .endif GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include USE_OPENSSL= yes MAN1= mboxgrep.1 INFO= mboxgrep DOCS= ChangeLog NEWS README TODO NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,void \*tmpp,FILE \*tmpp,g' ${WRKSRC}/src/main.c post-install: .if !defined(NOPORTDOCS) ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .endif .include 1902062/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 8.2sylvio2011-03-012-9/+3
* - Update to 8.1pgollucci2010-12-112-14/+9
* - Fix to when used tool of update.sylvio2010-04-061-2/+1
* - Added support to plataform amd64sylvio2010-04-063-4/+18
* - Update to 8.0miwi2010-04-03