aboutsummaryrefslogblamecommitdiff
path: root/comms/hackrf/Makefile
blob: 90b9d55885ea643f2b9202f0a99fa6421b516057 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                  

                      
                         






                                                                     

                            

                        
                       
 
                     





                                                     
# Created by: Tomasz "CeDeROM" CEDRO (http://www.tomek.cedro.info)

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>