mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
74b74cd5b8
Could NOT find Boost (missing: Boost_INCLUDE_DIR filesystem system) (Required is at least version "1.35") Approved by: portgmr (tier-2 blanket)
24 lines
456 B
Makefile
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>
|