ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
37 lines
879 B
Makefile
37 lines
879 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kiwix-lib
|
|
DISTVERSION= 5.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= me@int19h.org
|
|
COMMENT= Common code base for all Kiwix ports
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
|
LIB_DEPENDS= libzim.so:devel/libzim \
|
|
libpugixml.so:textproc/pugixml \
|
|
libaria2.so:www/aria2 \
|
|
libicui18n.so:devel/icu \
|
|
libicuuc.so:devel/icu \
|
|
libxapian.so:databases/xapian-core \
|
|
libctpp2.so:textproc/ctpp2 \
|
|
libcurl.so:ftp/curl
|
|
|
|
USES= compiler:c++11-lang meson pkgconfig python:3.6+ shebangfix
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= kiwix
|
|
GH_TUPLE= kiwix:${PORTNAME}:${PORTVERSION}:DEFAULT \
|
|
kainjow:Mustache:40ddfe9:mustache
|
|
|
|
MESON_ARGS= -Dctpp2-install-prefix=${LOCALBASE}
|
|
CPPFLAGS+= -I${WRKSRC_mustache}
|
|
CXXFLAGS+= -I${WRKSRC_mustache}
|
|
SHEBANG_FILES= scripts/kiwix-compile-resources
|
|
|
|
.include <bsd.port.mk>
|