2016-03-18 23:42:21 +01:00
|
|
|
# Created by: Jeffrey Baitis <jeff@baitis.net>
|
2016-03-01 04:42:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libsdr-gui
|
|
|
|
PORTVERSION= 0.1.0
|
2016-11-20 10:38:08 +01:00
|
|
|
PORTREVISION= 1
|
2016-06-01 15:15:36 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2016-03-01 04:42:23 +01:00
|
|
|
CATEGORIES= comms hamradio
|
|
|
|
|
2016-03-18 23:42:21 +01:00
|
|
|
MAINTAINER= jeff@baitis.net
|
2016-03-01 04:42:23 +01:00
|
|
|
COMMENT= GUI functions (e.g. waterfall) for libsdr library
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
|
|
|
libfftw3f.so:math/fftw3-float \
|
|
|
|
libsdr.so:comms/libsdr
|
2016-03-01 04:42:23 +01:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= hmatuschek
|
|
|
|
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT= core buildtools_build qmake widgets
|
|
|
|
USES= cmake pkgconfig qt:5
|
2016-03-01 04:42:23 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2017-01-09 14:16:49 +01:00
|
|
|
.include <bsd.port.mk>
|