opnsense-ports/comms/libsdr-gui/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

32 lines
627 B
Makefile

# Created by: Jeffrey Baitis <jeff@baitis.net>
# $FreeBSD$
PORTNAME= libsdr-gui
PORTVERSION= 0.1.0
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
GH_PROJECT= libsdr-gui
GH_TAGNAME= 96846d1
USE_QT5= core buildtools_build qmake widgets
USES= cmake pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
USE_GCC= yes
.endif
.include <bsd.port.post.mk>