blob: 8dbab98ac27ad7c858e8dfb8079ca038804f8aaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $FreeBSD$
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>
|