1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/archivers/brotli/Makefile
2021-04-06 16:31:07 +02:00

31 lines
575 B
Makefile

# Created by: Sergey A. Osokin <osa@FreeBSD.org>
PORTNAME= brotli
PORTVERSION= 1.0.9
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= archivers devel
MAINTAINER= osa@FreeBSD.org
COMMENT= Generic-purpose lossless compression algorithm
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= google
USES= autoreconf:build compiler:c++0x gmake libtool pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_SUB= SHLIBVER=${PORTVERSION}
OPTIONS_DEFINE= DOCS
pre-configure:
(cd ${WRKSRC} && ./bootstrap)
.include <bsd.port.mk>