1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
Michael Reifenberger 5e93e43928 Readd hackrf-devel with missing files.
make index builds for me now.

Copy hackrf to hackrf-devel and update to a current snapshot of hackrf
2021-01-24 23:12:47 +00:00

26 lines
502 B
Makefile

# Created by: Tomasz "CeDeROM" CEDRO (http://www.tomek.cedro.info)
# $FreeBSD$
PORTNAME= hackrf
PORTVERSION= 2017.02.1
CATEGORIES= comms devel hamradio science security
MAINTAINER= cederom@tlen.pl
COMMENT= Low cost open source hardware software radio platform
LICENSE= GPLv2
CONFLICTS= hackrf-devel
USE_GITHUB= YES
GH_ACCOUNT= mossmann
GH_TAGNAME= 31a37bd
USES= cmake
CMAKE_SOURCE_PATH= ${WRKSRC}/host
CMAKE_ARGS= -DLIBUSB_LIBRARIES=/usr/lib/libusb.so
USE_LDCONFIG= yes
.include <bsd.port.mk>