# New ports collection makefile for: mboxgrep # Date created: 28 October 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= mboxgrep PORTVERSION= 0.7.8 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= anders@FreeBSD.org COMMENT= Utility to scan mailboxes for messages matching a regular expression .if defined(WITH_PCRE) LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre .endif WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" MAN1= mboxgrep.1 DOCS= ChangeLog NEWS README TODO post-install: install-info ${PREFIX}/info/mboxgrep.info ${PREFIX}/info/dir .if !defined(NOPORTDOCS) ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .endif .include er'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unbreak after conversion to USES=shebangfixantoine2014-02-141-3/+4
* Support staging.mat2014-01-211-5/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - convert to the new perl5 frameworkaz2013-09-111-4/+3
* -remove MD5ohauer2011-07-031-1/+0
* - Fix categoryamdmi32011-04-191-1/+2
* This is YALI, its a LOLCODE interpreter, written in perl.amdmi32010-01-14