mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
69d24a727d
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
25 lines
606 B
Makefile
25 lines
606 B
Makefile
PORTNAME= libzim
|
|
PORTVERSION= 6.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Reference implementation of the ZIM specification
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libicui18n.so:devel/icu \
|
|
libxapian.so:databases/xapian-core \
|
|
libzstd.so:archivers/zstd
|
|
|
|
USES= compiler:c++11-lang meson pkgconfig python:3.4+
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= openzim
|
|
|
|
BINARY_ALIAS= python3=python${PYTHON_VER} python3-config=python${PYTHON_VER}-config
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION} PORTMAJ=${PORTVERSION:C/\..*//}
|
|
|
|
.include <bsd.port.mk>
|