1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/archivers/linux-c7-lz4/Makefile
Tijl Coosemans e4c0bd396a Update to CentOS 7.7.1908.
Put libdrm into a separate port so it can be kept at the CentOS 7.6 version.
The new version fails to detect graphics hardware on FreeBSD.
2019-09-21 08:56:20 +00:00

21 lines
371 B
Makefile

# $FreeBSD$
PORTNAME= lz4
PORTVERSION= 1.7.5
DISTVERSIONSUFFIX= -3.el7
PORTREVISION= 1
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>