Line 0
Link Here
|
|
|
1 |
# Created by: Markus Kohlmeyer <rootservice@gmail.com> |
2 |
# $FreeBSD: $ |
3 |
|
4 |
PORTNAME= brotli |
5 |
PORTVERSION= 0.6.0 |
6 |
#PORTREVISION= 0 |
7 |
CATEGORIES= devel archivers |
8 |
|
9 |
MAINTAINER= rootservice@gmail.com |
10 |
COMMENT= Brotli lossless compression algorithm decode libraries and command-line tool |
11 |
|
12 |
LICENSE= MIT |
13 |
|
14 |
USE_GITHUB= yes |
15 |
GH_ACCOUNT= google |
16 |
GH_PROJECT= brotli |
17 |
GH_TAGNAME= v${PORTVERSION} |
18 |
|
19 |
USES= pkgconfig cmake:outsource compiler:c++0x localbase pathfix |
20 |
USE_LDCONFIG= yes |
21 |
|
22 |
CMAKE_BUILD_TYPE= Release |
23 |
|
24 |
CONFLICTS_INSTALL= archivers/py-brotli devel/libbrotli |
25 |
|
26 |
.include <bsd.port.pre.mk> |
27 |
|
28 |
.include <bsd.port.post.mk> |