Lines 1-6
Link Here
|
1 |
PORTNAME= libzim |
1 |
PORTNAME= libzim |
2 |
DISTVERSION= 6.3.2 |
2 |
DISTVERSION= 8.2.0 |
3 |
PORTREVISION= 4 |
|
|
4 |
CATEGORIES= devel |
3 |
CATEGORIES= devel |
5 |
MASTER_SITES= https://download.openzim.org/release/libzim/ |
4 |
MASTER_SITES= https://download.openzim.org/release/libzim/ |
6 |
|
5 |
|
Lines 17-26
LIB_DEPENDS= libicui18n.so:devel/icu \
Link Here
|
17 |
libxapian.so:databases/xapian-core \ |
16 |
libxapian.so:databases/xapian-core \ |
18 |
libzstd.so:archivers/zstd |
17 |
libzstd.so:archivers/zstd |
19 |
|
18 |
|
20 |
USES= compiler:c++11-lang meson pkgconfig python:3.6+ tar:xz |
19 |
USES= compiler:c++14-lang meson pkgconfig python:3.6+ tar:xz |
|
|
20 |
|
21 |
USE_LDCONFIG= yes |
21 |
USE_LDCONFIG= yes |
22 |
|
22 |
|
23 |
BINARY_ALIAS= python3=${PYTHON_CMD:T} python3-config=${PYTHON_CMD:T}-config |
23 |
BINARY_ALIAS= python3=${PYTHON_CMD:T} python3-config=${PYTHON_CMD:T}-config |
24 |
PLIST_SUB= DISTVERSION=${DISTVERSION} DISTMAJ=${DISTVERSION:C/\..*//} |
24 |
PLIST_SUB= DISTVERSION=${DISTVERSION} DISTMAJ=${DISTVERSION:C/\..*//} |
25 |
|
25 |
|
|
|
26 |
MESON_ARGS= -Dcpp_std=c++14 |
27 |
|
26 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |