blob: 1b68a304279f68622293132f11d68afa7bbe6f81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= lz4
PORTVERSION= 1.8.3
DISTVERSIONSUFFIX= -1.el7
CATEGORIES= archivers linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= LZ4 compression library and utilities (Linux CentOS ${LINUX_DIST_VER})
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../liblz4/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|