1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/libzim/Makefile
Steve Wills acaebbf9d7 devel/libzim: update to 6.1.8
PR:		248055
2020-08-10 17:59:11 +00:00

26 lines
603 B
Makefile

# $FreeBSD$
PORTNAME= libzim
PORTVERSION= 6.1.8
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>