33 lines
750 B
Makefile
33 lines
750 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/02/08 23:26:07 steven Exp $
|
|
|
|
COMMENT= "program for indexing & searching email"
|
|
|
|
DISTNAME= mairix-0.17
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= mail
|
|
HOMEPAGE= http://www.rpcurnow.force9.co.uk/mairix/
|
|
|
|
MAINTAINER= David Cathcart <cathcart@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.rpcurnow.force9.co.uk/mairix/
|
|
|
|
WANTLIB= c z
|
|
|
|
BUILD_DEPENDS= :bison-*:devel/bison
|
|
|
|
CONFIGURE_STYLE= simple
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mairix ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mairix
|
|
${INSTALL_DATA} ${WRKSRC}/mairix.txt ${PREFIX}/share/doc/mairix
|
|
|
|
.include <bsd.port.mk>
|