blob: 2dd5f2b64cc744967721d1ea032677f4fc2e43d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.15 2008/07/14 12:56:08 joerg Exp $
#
DISTNAME= mairix-0.21
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mairix/}
MAINTAINER= simonb@NetBSD.org
HOMEPAGE= http://www.rc0.org.uk/mairix/
COMMENT= Program for indexing and searching email messages
PKG_DESTDIR_SUPPORT= user-destdir
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_TOOLS+= bison flex
.include "../../mk/bsd.pkg.mk"
|