1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/volk/Makefile
Mark Linimon 74b74cd5b8 Add compiler:c++11-lang to USES to fix build on GCC-bsed systems:
Could NOT find Boost (missing: Boost_INCLUDE_DIR filesystem system) (Required is at least version "1.35")

Approved by:	portgmr (tier-2 blanket)
2020-04-04 04:51:43 +00:00

24 lines
456 B
Makefile

# $FreeBSD$
PORTNAME= volk
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.1
CATEGORIES= devel comms hamradio
MAINTAINER= hamradio@FreeBSD.org
COMMENT= VOLK is the Vector-Optimized Library of Kernels
LICENSE= GPLv3
LIB_DEPENDS= liborc-0.4.so:devel/orc
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mako/__init__.py:textproc/py-mako@${PY_FLAVOR}
USES= cmake compiler:c++11-lang python:3.5+
USE_GITHUB= yes
GH_ACCOUNT= gnuradio
USE_LDCONFIG= yes
.include <bsd.port.mk>