aboutsummaryrefslogtreecommitdiff
path: root/archivers/lz4json/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lz4json/Makefile')
-rw-r--r--archivers/lz4json/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/archivers/lz4json/Makefile b/archivers/lz4json/Makefile
new file mode 100644
index 000000000000..9792d938eb59
--- /dev/null
+++ b/archivers/lz4json/Makefile
@@ -0,0 +1,18 @@
+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
+
+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>