1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/mail/mu/Makefile
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00

45 lines
967 B
Makefile

# Created by: rea@FreeBSD.org
# $FreeBSD$
PORTNAME= mu
PORTVERSION= 1.0
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= mail
MAINTAINER= hrs@FreeBSD.org
COMMENT= Mail searching frontend for Xapian
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxapian.so:databases/xapian-core \
libgmime-2.6.so:mail/gmime26
USES= autoreconf compiler:c++14-lang gettext-runtime gmake \
libtool makeinfo pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= djcb
USE_GNOME= glib20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk --disable-mu4e
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS GUILE
OPTIONS_SUB= yes
GUILE_LIB_DEPENDS= libguile-2.0.so:lang/guile2
GUILE_USE= ldconfig=yes
GUILE_CONFIGURE_ENABLE= guile
GUILE_INFO= mu-guile
post-install:
cd ${FILESDIR} && ${INSTALL_SCRIPT} mu-ask \
${STAGEDIR}${PREFIX}/bin
post-install-GUILE-on:
${FIND} ${STAGEDIR}${PREFIX}/lib -name "*.so.*" -type f | \
${XARGS} ${STRIP_CMD}
.include <bsd.port.mk>