freebsd-ports/misc/edfbrowser/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

23 lines
597 B
Makefile

PORTNAME= edfbrowser
DISTVERSION= 1.95
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: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>