1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/archivers/libdeflate/Makefile
Alexey Dokuchaev 8cb0316365 Update `archivers/libdeflate' to version 1.3.
Reported by:	portscout
2019-08-12 08:30:42 +00:00

33 lines
671 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdeflate
PORTVERSION= 1.3
DISTVERSIONPREFIX= v
CATEGORIES= archivers
MAINTAINER= danfe@FreeBSD.org
COMMENT= Fast, whole-buffer DEFLATE-based compression library
LICENSE= MIT
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= ebiggers
USE_LDCONFIG= yes
MAKE_ARGS= V=1
PLIST_FILES= bin/libdeflate-gunzip bin/libdeflate-gzip \
include/libdeflate.h \
lib/libdeflate.a lib/libdeflate.so lib/libdeflate.so.0
PORTDOCS= NEWS README.md
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>