freebsd-ports/comms/hackrf/Makefile
Tomek CEDRO b3d5add222 comms/hackrf: update 2017.02.1 -> 2021.03.1
See
  https://github.com/greatscottgadgets/hackrf/releases/tag/v2021.03.1
  https://github.com/greatscottgadgets/hackrf/releases/tag/v2018.01.1

for changes since 2017.02.1.

The latest release 2022.09.1 needs some libusb fixes before
it can be build, this is ongoing work.
2022-10-02 22:57:40 +02:00

25 lines
504 B
Makefile

PORTNAME= hackrf
PORTVERSION= 2021.03.1
CATEGORIES= comms devel hamradio science security
MAINTAINER= tomek@cedro.info
COMMENT= Low cost open source hardware software radio platform
WWW= https://greatscottgadgets.com/hackrf/
LICENSE= GPLv2
LIB_DEPENDS= libfftw3.so:math/fftw3
USES= cmake
USE_GITHUB= YES
GH_ACCOUNT= mossmann
GH_TAGNAME= e6eb4ba
CONFLICTS= hackrf-devel
CMAKE_SOURCE_PATH= ${WRKSRC}/host
CMAKE_ARGS= -DLIBUSB_LIBRARIES=/usr/lib/libusb.so
USE_LDCONFIG= yes
.include <bsd.port.mk>