1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/audio/qaudiosonar/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

29 lines
560 B
Makefile

# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
PORTNAME= qaudiosonar
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.4
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= hselasky@FreeBSD.org
COMMENT= Quick Audio Sonar
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libportaudio.so:audio/portaudio
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>