freebsd-ports/audio/qaudiosonar/Makefile
Rene Ladan e164e7a5e9 *: return Hans Petter Selasky's ports to the pool after he passed away.
portmgr would like to thank Hans Petter for his years of ports maintenance
and his work on FreeBSD in general. May he rest in peace.

An in-memoriam can be read at
https://lists.freebsd.org/archives/freebsd-announce/2023-July/000076.html

With hat:	portmgr-secretary
2023-07-22 17:33:48 +02:00

27 lines
535 B
Makefile

PORTNAME= qaudiosonar
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.3
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
COMMENT= Quick Audio Sonar
WWW= https://github.com/hselasky/qaudiosonar
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libjack.so:audio/jack
USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2
USE_GL= gl
USE_QT= buildtools:build core gui widgets
USE_GITHUB= yes
GH_ACCOUNT= hselasky
PLIST_FILES= \
bin/qaudiosonar \
share/pixmaps/qaudiosonar.png \
share/applications/qaudiosonar.desktop
.include <bsd.port.mk>