mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
22 lines
493 B
Makefile
22 lines
493 B
Makefile
# Created by: Alexey Degtyarev <alexey@renatasystems.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lz4
|
|
PORTVERSION= r101
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= https://dl.dropboxusercontent.com/u/59565338/LZ4/ \
|
|
ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= alexey@renatasystems.org
|
|
COMMENT= Fast compressor using LZ4 algorithm
|
|
|
|
USES= gmake
|
|
ALL_TARGET= lz4c
|
|
|
|
PLIST_FILES= bin/lz4c
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/lz4c.exe ${STAGEDIR}${PREFIX}/bin/lz4c
|
|
|
|
.include <bsd.port.mk>
|