freebsd-ports/mail/mairix/Makefile
Oliver Braun 94cbf26b88 Add dependency on bison.
Obtained from:	pointyhat
2005-09-04 18:42:48 +00:00

30 lines
683 B
Makefile

# ports collection Makefile for: mairix
# Whom: Oliver Braun <obraun@FreeBSD.org>
# Date created: 2003-03-27
#
# $FreeBSD$
#
PORTNAME= mairix
PORTVERSION= 0.16.1
CATEGORIES= mail
MASTER_SITES= http://www.rpcurnow.force9.co.uk/mairix/
MAINTAINER= obraun@FreeBSD.org
COMMENT= Indexing and searching in Maildir or MH folders
HAS_CONFIGURE= yes
USE_BISON= yes
CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}"
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mairix ${PREFIX}/bin
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/dotmairixrc.eg ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/mairix.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>