summaryrefslogtreecommitdiff
path: root/misc/edfbrowser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/edfbrowser/Makefile')
-rw-r--r--misc/edfbrowser/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/edfbrowser/Makefile b/misc/edfbrowser/Makefile
new file mode 100644
index 000000000000..0c9b3085b9d8
--- /dev/null
+++ b/misc/edfbrowser/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= edfbrowser
+DISTVERSION= 1.94
+CATEGORIES= misc
+MASTER_SITES= https://www.teuniz.net/${PORTNAME}/
+DISTNAME= ${PORTNAME}_${DISTVERSION:S/.//}_source
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Viewer, annotator, toolbox for timeseries files EEG, EMG, ECG, etc
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= desktop-file-utils gl qmake qt:5 shared-mime-info
+USE_QT= core gui network printsupport widgets buildtools_build
+USE_GL= gl
+
+OPTIONS_DEFINE= DOCS
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/edfbrowser
+
+.include <bsd.port.mk>