1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/audio/midipp/Makefile
Hans Petter Selasky 98ae1f33a8 audio/midipp: Update to 2.0.8.
- Improved score recording.

Approved by: pi (implicit)
2021-06-20 18:12:32 +02:00

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>