mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
bbde357477
Changes: https://github.com/greatscottgadgets/hackrf/releases/tag/v2024.02.1 https://github.com/greatscottgadgets/hackrf/releases/tag/v2023.01.1 https://github.com/greatscottgadgets/hackrf/releases/tag/v2022.09.1 See also: https://github.com/freebsd/freebsd-ports/pull/238
27 lines
547 B
Makefile
27 lines
547 B
Makefile
PORTNAME= hackrf
|
|
PORTVERSION= 2024.02.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= libfftw3f.so:math/fftw3-float \
|
|
libfftw3.so:math/fftw3
|
|
|
|
USES= cmake
|
|
USE_GITHUB= YES
|
|
GH_ACCOUNT= greatscottgadgets
|
|
GH_TAGNAME= 18b485e
|
|
|
|
CONFLICTS= hackrf-devel
|
|
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}/host
|
|
CMAKE_ARGS= -DLIBUSB_LIBRARIES=/usr/lib/libusb.so
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|