2018-09-03 20:35:25 +02:00
|
|
|
# Created by: George V. Neville-Neil <gnn@freebsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libbtbb
|
2019-01-02 15:17:20 +01: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 02:35:33 +01:00
|
|
|
PORTREVISION= 1
|
2018-09-03 20:35:25 +02:00
|
|
|
CATEGORIES= comms
|
|
|
|
|
|
|
|
MAINTAINER= gnn@FreeBSD.org
|
|
|
|
COMMENT= Bluetooth Baseband Library
|
|
|
|
|
2018-09-04 15:14:07 +02:00
|
|
|
LICENSE= GPLv2+
|
2018-09-03 20:35:25 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2018-09-04 16:11:56 +02:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
2018-09-03 20:35:25 +02:00
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake \
|
2018-09-04 15:12:08 +02:00
|
|
|
python:2.7,build
|
2018-09-03 20:35:25 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= greatscottgadgets
|
|
|
|
GH_TAGNAME= 2018-08-R1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|