blob: cbcdcc08bdfbe9f75a51141cb0e2aae32f8126ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
PORTNAME= libkiwix
DISTVERSION= 14.0.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://download.kiwix.org/release/libkiwix/
MAINTAINER= olce.freebsd.ports@certner.fr
COMMENT= Software library to read and write ZIM files
WWW= https://github.com/kiwix/libkiwix
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
# 'googletest' dependency is only necessary for Meson's 'test' target, but it
# must be present as soon as configure time.
BUILD_DEPENDS= bash:shells/bash \
${LOCALBASE}/include/kainjow/mustache.hpp:devel/mustache \
googletest>0:devel/googletest
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 \
libmicrohttpd.so:www/libmicrohttpd
USES= compiler:c++17-lang meson pkgconfig python shebangfix tar:xz
USE_LDCONFIG= yes
CONFLICTS_INSTALL= libkiwix13
SHEBANG_FILES= scripts/format_code.sh
SHEBANG_REGEX= ./scripts/kiwix.*[^.].
CPPFLAGS+= -I${LOCALBASE}/include/kainjow
CXXFLAGS+= -I${LOCALBASE}/include/kainjow
PLIST_SUB= PORTVERSION=${PORTVERSION} PORTMAJ=${PORTVERSION:C/\..*//}
.include <bsd.port.mk>
|