1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/comms/libbtbb/Makefile

25 lines
412 B
Makefile
Raw Normal View History

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