1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/archivers/lz4/Makefile
Baptiste Daroussin 61e227122c Support stage
2013-12-26 14:37:37 +00:00

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>