aboutsummaryrefslogtreecommitdiff
path: root/comms/libsdr/Makefile
blob: 39fe5efcaec26863fc125215c6b35c154d367941 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Jeffrey Baitis <jeff@baitis.net>
# $FreeBSD$

PORTNAME=	libsdr
PORTVERSION=	0.1.0
CATEGORIES=	comms hamradio

MAINTAINER=	jeff@baitis.net
COMMENT=	Simple software defined radio (SDR) library

LICENSE=	GPLv2

LIB_DEPENDS=	libportaudio.so:${PORTSDIR}/audio/portaudio \
		libfftw3.so:${PORTSDIR}/math/fftw3 \
		libfftw3f.so:${PORTSDIR}/math/fftw3-float \
		librtlsdr.so:${PORTSDIR}/comms/rtl-sdr

USE_GITHUB=	yes
GH_ACCOUNT=	hmatuschek
GH_PROJECT=	libsdr
GH_TAGNAME=	0982a68

MAKE_JOBS_UNSAFE=	yes
USES=		cmake pkgconfig
CMAKE_ARGS+=-DCMAKE_BUILD_TYPE=RELEASE
CMAKE_VERBOSE=	1
USE_LDCONFIG=	yes

.include <bsd.port.mk>