freebsd-ports/archivers/lz4json/Makefile
Mikhail Teterin 0633b30f8f archivers/lz4json: add the lz4-dependency
Notified by:	pkg-fallout
2023-08-25 22:59:52 -04:00

20 lines
460 B
Makefile

PORTNAME= lz4json
PORTVERSION= 20191229
CATEGORIES= archivers www
MAINTAINER= mi@aldan.algebra.com
COMMENT= Unpack Mozilla lz4json files, such as bookmarks and session restore
WWW= https://github.com/andikleen/lz4json
LIB_DEPENDS= liblz4.so:archivers/liblz4
USES= uidfix
USE_GITHUB= yes
GH_ACCOUNT= andikleen
GH_TAGNAME= c44c5100
PLIST_FILES= bin/lz4jsoncat man/man1/lz4jsoncat.1${COMPRESS_EXT}
MAKEFILE= ${FILESDIR}/BSDmakefile
.include <bsd.port.mk>