freebsd-ports/mail/notmuch/Makefile
Jason Helfman b28d8877a3 - update to 0.17
- while here convert to staging, adopt new lib_depends format, move gmake
  into uses

This includes a patch that fixed building with Clang so it should now build
fine on FreeBSD 10.  Also switched to using gmime2.6

PR:		185396
Submitted by:	maintainer, ross@rosstimson.com
2014-01-02 08:10:39 +00:00

23 lines
579 B
Makefile

# Created by: DarwinSurvivor <darwinsurvivor@gmail.com>
# $FreeBSD$
PORTNAME= notmuch
PORTVERSION= 0.17
CATEGORIES= mail
MASTER_SITES= http://notmuchmail.org/releases/
MAINTAINER= ross@rosstimson.com
COMMENT= Thread-based email index, search, and tagging application
LICENSE= GPLv3
LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \
libxapian.so:${PORTSDIR}/databases/xapian-core \
libtalloc.so:${PORTSDIR}/devel/talloc
HAS_CONFIGURE= yes
USES= pkgconfig gmake
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man
USE_LDCONFIG= yes
.include <bsd.port.mk>