mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
30 lines
602 B
Makefile
30 lines
602 B
Makefile
# Created by: <mr@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= inspectrum
|
|
PORTVERSION= g20180321
|
|
#PORTREVISION= 1
|
|
#DISTVERSIONPREFIX= v
|
|
CATEGORIES= comms hamradio
|
|
|
|
MAINTAINER= mr@freebsd.org
|
|
COMMENT= Offline radio signal analyser
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
|
libfftw3f.so:math/fftw3-float \
|
|
libliquid.so:comms/liquid-dsp
|
|
|
|
CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= miek
|
|
GH_TAGNAME= 11853b64062bda4f81926613f15d1d9654c227c8
|
|
|
|
USE_QT= core buildtools_build concurrent widgets
|
|
USES= cmake pkgconfig qmake qt:5
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|