Files
ports/misc/edfbrowser/Makefile
T
Kousuke Kannagi d1861641ac misc/edfbrowser: Update to 2.14 and Switch to qt6
Since the settings file has been moved, add pkg-message.

Changelog: https://www.teuniz.net/edfbrowser/version.txt

PR:		289422
Approved by:	yuri (maintainer timeout > 2 weeks)
Approved by:	osa (mentor)
2026-04-21 23:19:08 +09:00

24 lines
563 B
Makefile

PORTNAME= edfbrowser
DISTVERSION= 2.14
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
WWW= https://www.teuniz.net/edfbrowser/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= desktop-file-utils gl qmake qt:6 shared-mime-info
USE_QT= base tools:build
USE_GL= opengl
OPTIONS_DEFINE= DOCS
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/edfbrowser
.include <bsd.port.mk>