1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/misc/openhantek/Makefile
Yuri Victorovich e4c6b66ead misc/openhantek: Update 3.3.2.2 → 3.3.3
Reported by:	portscout
2023-08-14 20:00:42 -07:00

34 lines
952 B
Makefile

PORTNAME= openhantek
DISTVERSION= 3.3.3
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Digital Software Oscilloscope (DSO) software for Hantek oscilloscopes
WWW= http://openhantek.org/
LICENSE= GPLv3
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 project which OpenHantek6022 is a fork of
USE_QT= core gui opengl printsupport widgets buildtools:build linguist:build qmake:build
USE_GL= gl glu
OPTIONS_DEFINE= HANTEK_AC
HANTEK_AC_DESC= Allow AC input with a modified hardware
HANTEK_AC_CMAKE_ON= -DHANTEK_AC=1
PLIST_FILES= bin/OpenHantek \
etc/devd/openhantek.conf \
share/applications/OpenHantek.desktop \
share/icons/hicolor/48x48/apps/OpenHantek.png \
share/icons/hicolor/scalable/apps/OpenHantek.svg
PORTSCOUT= limit:^.*[1-9]\. # prevent words like 'unstable'
.include <bsd.port.mk>