Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2020 02:14:02 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543929 - head/misc/openhantek
Message-ID:  <202008020214.0722E2d2069415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Aug  2 02:14:01 2020
New Revision: 543929
URL: https://svnweb.freebsd.org/changeset/ports/543929

Log:
  misc/openhantek: Add the option HANTEK_AC
  
  Submitted by:	Philippe <phernandez@free.fr>

Modified:
  head/misc/openhantek/Makefile

Modified: head/misc/openhantek/Makefile
==============================================================================
--- head/misc/openhantek/Makefile	Sun Aug  2 01:47:49 2020	(r543928)
+++ head/misc/openhantek/Makefile	Sun Aug  2 02:14:01 2020	(r543929)
@@ -2,6 +2,7 @@
 
 PORTNAME=	openhantek
 DISTVERSION=	3.1.2
+PORTREVISION=	1
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -18,6 +19,11 @@ 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008020214.0722E2d2069415>