1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/audio/midipp/Makefile
Hans Petter Selasky 8bb5a5d261 Update midipp to 2.0.4
- Added support for MPE.
- Added support for multiple presets.
- Fixed some bugs.

Approved by: pi (implicit)
2020-04-18 07:55:15 +00:00

28 lines
673 B
Makefile

# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
# $FreeBSD$
PORTNAME= midipp
PORTVERSION= 2.0.4
CATEGORIES= audio
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://home.selasky.org/distfiles/
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
PLIST_FILES= \
bin/midipp \
share/pixmaps/midipp.png \
share/applications/midipp.desktop
.include <bsd.port.mk>