freebsd-ports/comms/sdr-wspr/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

25 lines
624 B
Makefile

PORTNAME= sdr-wspr
PORTVERSION= 0.1.0
DISTVERSIONPREFIX= v
PORTREVISION= 10
CATEGORIES= comms hamradio
MAINTAINER= jeff@baitis.net
COMMENT= WSPR receiver/decoder using libsdr
WWW= https://github.com/hmatuschek/sdr-wspr
LICENSE= GPLv3
LIB_DEPENDS= libsdr-gui.so:comms/libsdr-gui
USES= cmake compiler:gcc-c++11-lib fortran pkgconfig qt:5
USE_GITHUB= yes
GH_ACCOUNT= hmatuschek
USE_QT= core buildtools:build qmake webkit widgets
PLIST_FILES= bin/sdr-wspr share/applications/sdr-wspr.desktop \
share/icons/sdr-wspr.svg
CMAKE_ARGS= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}"
.include <bsd.port.mk>