27 lines
544 B
Makefile
27 lines
544 B
Makefile
# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
|
|
|
|
PORTNAME= qaudiosonar
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.7.4
|
|
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>
|