mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b760897dde
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gqrx
|
|
PORTVERSION= 2.6.1
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= comms hamradio
|
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
|
COMMENT= Software defined radio receiver powered by GNU Radio and Qt
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \
|
|
libgnuradio-analog.so:comms/gnuradio \
|
|
libgnuradio-blocks.so:comms/gnuradio \
|
|
libgnuradio-filter.so:comms/gnuradio \
|
|
libgnuradio-fft.so:comms/gnuradio \
|
|
libgnuradio-audio.so:comms/gnuradio \
|
|
libgnuradio-digital.so:comms/gnuradio \
|
|
libgnuradio-pmt.so:comms/gnuradio \
|
|
libgnuradio-osmosdr.so:comms/gr-osmosdr \
|
|
libpulse.so:audio/pulseaudio \
|
|
libpulse-simple.so:audio/pulseaudio \
|
|
libboost_system.so:devel/boost-libs \
|
|
libboost_program_options.so:devel/boost-libs
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= csete
|
|
|
|
USES= pkgconfig qmake
|
|
|
|
USE_GL= gl
|
|
USE_QT5= buildtools_build core gui svg network widgets
|
|
|
|
PLIST_FILES= bin/gqrx share/applications/gqrx.desktop
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gqrx ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/gqrx.desktop \
|
|
${STAGEDIR}${PREFIX}/share/applications
|
|
|
|
.include <bsd.port.mk>
|