mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e4c0bd396a
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.
21 lines
371 B
Makefile
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>
|