a635b489d4
PR: 147807 Submitted by: José García Juanino <jjuanino@gmail.com> (maintainer) Feature safe: yes
33 lines
794 B
Makefile
33 lines
794 B
Makefile
# New ports collection Makefile for: mairix
|
|
# Date created: 2003-03-27
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mairix
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= mail
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= jjuanino@gmail.com
|
|
COMMENT= Indexing and searching in Maildir, MH or mbox folders
|
|
|
|
USE_GMAKE= yes
|
|
HAS_CONFIGURE= yes
|
|
USE_BISON= build
|
|
CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
MAN1= mairix.1
|
|
MAN5= mairixrc.5
|
|
PLIST_FILES= bin/mairix %%EXAMPLESDIR%%/dotmairixrc.eg
|
|
PLIST_DIRS= %%EXAMPLESDIR%%
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mairix ${PREFIX}/bin
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/dotmairixrc.eg ${EXAMPLESDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/mairix.1 ${PREFIX}/man/man1
|
|
${INSTALL_MAN} ${WRKSRC}/mairixrc.5 ${PREFIX}/man/man5
|
|
|
|
.include <bsd.port.mk>
|