blob: ae0e7cc929d109c5060ea8928e6615014735001e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: Sergey A. Osokin <osa@FreeBSD.org>
# $FreeBSD$
PORTNAME= brotli
PORTVERSION= 1.0.5
PORTREVISION= 1
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>
|