aboutsummaryrefslogtreecommitdiff
path: root/comms/ubertooth/Makefile
blob: c466dd63df297df270fce83e4912f3b2d2e1983e (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
# Created by: George V. Neville-Neil <gnn@freebsd.org>
# $FreeBSD$

PORTNAME=	ubertooth
PORTVERSION=	201812R1
PORTREVISION=	1
CATEGORIES=	comms

MAINTAINER=	gnn@FreeBSD.org
COMMENT=	Bluetooth Baseband Library

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/../COPYING

LIB_DEPENDS=	libpyside-python2.7.so:devel/pyside \
		libbtbb.so:comms/libbtbb

BUILD_DEPENDS=	${PYNUMPY}

USES=		cmake \
		python

USE_GITHUB=	yes
GH_ACCOUNT=	greatscottgadgets
GH_TAGNAME=	2018-08-R1

WRKSRC_SUBDIR=	host
.include <bsd.port.mk>