svn commit: r543929 - head/misc/openhantek

Yuri Victorovich yuri at FreeBSD.org
Sun Aug 2 02:14:02 UTC 2020


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 at 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 at 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 \


More information about the svn-ports-all mailing list