10ca65a527
* Skip symlinks when using mbox * Update FSF address in file headers * Update COPYING to latest gpl-2.0.txt * Improve error message if home directory cannot be determined * Honour HOME environment variable * MIME types are allowed to have "+" characters in them. * Fix deficiencies in the parsing of mbox From lines * Include the existing -x flag in the help message And others, while there, USE_GROFF is not needed. Maintainer timeout OK okan@, aja@ and sthen@ (look fine but without testing)
32 lines
697 B
Makefile
32 lines
697 B
Makefile
# $OpenBSD: Makefile,v 1.12 2012/04/25 13:07:26 gonzalo Exp $
|
|
|
|
COMMENT= program for indexing & searching email
|
|
|
|
DISTNAME= mairix-0.22
|
|
CATEGORIES= mail
|
|
HOMEPAGE= http://www.rpcurnow.force9.co.uk/mairix/
|
|
|
|
MAINTAINER= David Cathcart <cathcart@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mairix/} \
|
|
http://www.rpcurnow.force9.co.uk/mairix/
|
|
|
|
WANTLIB= c z bz2
|
|
|
|
BUILD_DEPENDS= devel/bison
|
|
LIB_DEPENDS= archivers/bzip2
|
|
|
|
CONFIGURE_STYLE= simple
|
|
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \
|
|
LDFLAGS="-L${PREFIX}/lib"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|