mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +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
27 lines
522 B
Makefile
27 lines
522 B
Makefile
# Created by: Jeffrey Baitis <jeff@baitis.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsdr-gui
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= comms hamradio
|
|
|
|
MAINTAINER= jeff@baitis.net
|
|
COMMENT= GUI functions (e.g. waterfall) for libsdr library
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
|
libfftw3f.so:math/fftw3-float \
|
|
libsdr.so:comms/libsdr
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hmatuschek
|
|
|
|
USE_QT= core buildtools_build qmake widgets
|
|
USES= cmake pkgconfig qt:5
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|