freebsd-ports/comms/hackrf/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

23 lines
477 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
CMAKE_SOURCE_PATH= ${WRKSRC}/host
CMAKE_ARGS= -DLIBUSB_LIBRARIES=/usr/lib/libusb.so
USE_LDCONFIG= yes
.include <bsd.port.mk>