1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/comms/sdr-wspr/Makefile
Jan Beich 13d07760cf Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
PR:		215192
Requested by:	dim
Exp-run by:	antoine
Approved by:	antoine
2016-12-16 05:08:09 +00:00

27 lines
643 B
Makefile

# Created by: Jeffrey Baitis <jeff@baitis.net>
# $FreeBSD$
PORTNAME= sdr-wspr
PORTVERSION= 0.1.0
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= comms hamradio
MAINTAINER= jeff@baitis.net
COMMENT= WSPR receiver/decoder using libsdr
LICENSE= GPLv3
LIB_DEPENDS= libsdr-gui.so:comms/libsdr-gui
USE_GITHUB= yes
GH_ACCOUNT= hmatuschek
USE_QT5= core buildtools_build qmake webkit widgets
USES= cmake:outsource compiler:gcc-c++11-lib fortran pkgconfig
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>