Pullup ticket #2800.
[pkgsrc.git] / mail / mairix / Makefile
1 # $NetBSD: Makefile,v 1.14 2007/12/02 12:56:08 tonio Exp $
2 #
3
4 DISTNAME=               mairix-0.21
5 CATEGORIES=             mail
6 MASTER_SITES=           ${MASTER_SITE_SOURCEFORGE:=mairix/}
7
8 MAINTAINER=             simonb@NetBSD.org
9 HOMEPAGE=               http://www.rc0.org.uk/mairix/
10 COMMENT=                Program for indexing and searching email messages
11
12 PKG_DESTDIR_SUPPORT=    user-destdir
13
14 HAS_CONFIGURE=          yes
15 CONFIGURE_ARGS+=        --prefix=${PREFIX}
16
17 USE_TOOLS+=             bison flex
18
19 .include "../../mk/bsd.pkg.mk"