mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
750ce9048a
Reported by: portscout
25 lines
579 B
Makefile
25 lines
579 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openhantek
|
|
DISTVERSION= 3.1.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Digital Software Oscilloscope (DSO) software for Hantek oscilloscopes
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libfftw3.so:math/fftw3
|
|
|
|
USES= cmake compiler:c++11-lang gl localbase qt:5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= OpenHantek
|
|
GH_PROJECT= OpenHantek6022 # there's also the openhantek account
|
|
USE_QT= core gui opengl printsupport widgets buildtools_build linguist_build qmake_build
|
|
USE_GL= gl glu
|
|
|
|
PLIST_FILES= bin/OpenHantek
|
|
|
|
.include <bsd.port.mk>
|