freebsd-ports/mail/notmuch/Makefile
Jason Helfman 963b17eb77 - update to 0.14, and pass maintainership to submitter
PR:		174229
Submitted by:	ross@rosstimson.com
Approved by:	maintainer, darwinsurvivor@gmail.com
Feature safe:	yes
2012-12-06 23:19:06 +00:00

30 lines
785 B
Makefile

# Created by: DarwinSurvivor <darwinsurvivor@gmail.com>
# $FreeBSD$
PORTNAME= notmuch
PORTVERSION= 0.14
CATEGORIES= mail
MASTER_SITES= http://notmuchmail.org/releases/
MAINTAINER= ross@rosstimson.com
COMMENT= Thread-based email index, search, and tagging application
LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \
xapian:${PORTSDIR}/databases/xapian-core \
talloc:${PORTSDIR}/devel/talloc
MAN1= notmuch.1 notmuch-config.1 \
notmuch-count.1 notmuch-dump.1 \
notmuch-new.1 notmuch-reply.1 \
notmuch-restore.1 notmuch-search.1 \
notmuch-setup.1 notmuch-show.1 \
notmuch-tag.1
MAN5= notmuch-hooks.5
MAN7= notmuch-search-terms.7
MANCOMPRESSED= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>