1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/archivers/brotli/Makefile
2018-10-24 23:38:33 +00:00

32 lines
587 B
Makefile

# Created by: Sergey A. Osokin <osa@FreeBSD.org>
# $FreeBSD$
PORTNAME= brotli
PORTVERSION= 1.0.7
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>