aboutsummaryrefslogblamecommitdiff
path: root/mail/mairix/Makefile
blob: 8c04ce077f520db02f40c8a8ae06307098b5f4a4 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                    




                      
                      
                    
                                                        



                                                               
                   
                   
 
                                             
 


                                                           

                                                          

                                                                





                                                        
# ports collection Makefile for: mairix Whom:		Oliver Braun
# <obraun@FreeBSD.org> Date created:	2003-03-27
#
# $FreeBSD$
#

PORTNAME=	mairix
PORTVERSION=	0.17.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_REINPLACE=	yes

CONFIGURE_ENV=	CC="${CC}" CFLAGS="${CFLAGS}"

post-patch:
	@${REINPLACE_CMD} '/dfasyn/d' ${WRKSRC}/Makefile.in

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>