mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
98ae1f33a8
- Improved score recording. Approved by: pi (implicit)
29 lines
622 B
Makefile
29 lines
622 B
Makefile
# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
|
|
|
|
PORTNAME= midipp
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.8
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= hselasky@FreeBSD.org
|
|
COMMENT= MIDI playback, recording, and live performance tool
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= libumidi>=2.1.1:audio/libumidi
|
|
LIB_DEPENDS= libumidi20.so:audio/libumidi
|
|
|
|
USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2
|
|
USE_GL= gl
|
|
USE_QT= buildtools_build core gui network printsupport widgets
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hselasky
|
|
|
|
PLIST_FILES= \
|
|
bin/midipp \
|
|
share/pixmaps/midipp.png \
|
|
share/applications/midipp.desktop
|
|
|
|
.include <bsd.port.mk>
|