freebsd-ports/comms/hackrf/Makefile
Steve Wills ea0f5cf9d4 comms/hackrf: update to 2017.02.1
PR:		224586
Submitted by:	phk
Approved by:	maintainer timeout (cederom@tlen.pl, > 2 weeks)
2018-01-10 18:51:08 +00:00

24 lines
487 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
USE_GITHUB= YES
GH_ACCOUNT= mossmann
GH_TAGNAME= 31a37bd
USES= cmake:outsource
CMAKE_SOURCE_PATH= ${WRKSRC}/host
CMAKE_ARGS= -DLIBUSB_LIBRARIES=/usr/lib/libusb.so
USE_LDCONFIG= yes
.include <bsd.port.mk>