2018-09-03 18:35:25 +00:00
|
|
|
# Created by: George V. Neville-Neil <gnn@freebsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libbtbb
|
2019-01-02 14:17:20 +00:00
|
|
|
PORTVERSION= 201812R1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 01:35:33 +00:00
|
|
|
PORTREVISION= 1
|
2018-09-03 18:35:25 +00:00
|
|
|
CATEGORIES= comms
|
|
|
|
|
|
|
|
MAINTAINER= gnn@FreeBSD.org
|
|
|
|
COMMENT= Bluetooth Baseband Library
|
|
|
|
|
2018-09-04 13:14:07 +00:00
|
|
|
LICENSE= GPLv2+
|
2018-09-03 18:35:25 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2018-09-04 14:11:56 +00:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
2018-09-03 18:35:25 +00:00
|
|
|
|
2018-12-25 20:25:39 +00:00
|
|
|
USES= cmake \
|
2018-09-04 13:12:08 +00:00
|
|
|
python:2.7,build
|
2018-09-03 18:35:25 +00:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= greatscottgadgets
|
|
|
|
GH_TAGNAME= 2018-08-R1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|