lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
30 lines
615 B
Makefile
30 lines
615 B
Makefile
# Created by: Sergey A. Osokin <osa@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libbrotli
|
|
PORTVERSION= 1.0
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel archivers
|
|
|
|
MAINTAINER= osa@FreeBSD.org
|
|
COMMENT= Library for generic-purpose lossless compression algorithm
|
|
|
|
LICENSE= MIT
|
|
|
|
BROTLI_VERSION= v0.4.0
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= bagder google:brotli
|
|
GH_PROJECT= brotli:brotli
|
|
GH_TAGNAME= ${BROTLI_VERSION}:brotli
|
|
GH_SUBDIR= brotli:brotli
|
|
|
|
USES= pkgconfig autoreconf libtool compiler:c++0x pathfix
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ./autogen.sh
|
|
|
|
.include <bsd.port.mk>
|