2016-03-19 20:53:02 +01:00
|
|
|
# Created by: Jeffrey Baitis <jeff@baitis.net>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sdr-wspr
|
|
|
|
PORTVERSION= 0.1.0
|
2016-06-01 15:15:36 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 10
|
2016-03-19 20:53:02 +01:00
|
|
|
CATEGORIES= comms hamradio
|
|
|
|
|
|
|
|
MAINTAINER= jeff@baitis.net
|
|
|
|
COMMENT= WSPR receiver/decoder using libsdr
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libsdr-gui.so:comms/libsdr-gui
|
2016-03-19 20:53:02 +01:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= hmatuschek
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT= core buildtools_build qmake webkit widgets
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake compiler:gcc-c++11-lib fortran pkgconfig qt:5
|
2016-03-19 20:53:02 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/sdr-wspr share/applications/sdr-wspr.desktop \
|
|
|
|
share/icons/sdr-wspr.svg
|
2016-06-03 22:10:02 +02:00
|
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}"
|
2016-03-19 20:53:02 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|