mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
51960d6dc4
- Fixed loading and saving MIDI beat and song events - Fixed double click delay on play button - Fixed double click function in editor views - Implemented PianoTab for playing via the GUI - Minor GUI rework Submitted by: maintainer
22 lines
548 B
Makefile
22 lines
548 B
Makefile
# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= midipp
|
|
PORTVERSION= 1.2.10
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
|
http://home.selasky.org:8192/distfiles/
|
|
|
|
MAINTAINER= hselasky@FreeBSD.org
|
|
COMMENT= MIDI playback, recording, and live performance tool
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= libumidi>=2.0.12:${PORTSDIR}/audio/libumidi
|
|
LIB_DEPENDS= libumidi20.so:${PORTSDIR}/audio/libumidi
|
|
|
|
USES= qmake tar:bzip2
|
|
USE_QT4= gui moc_build rcc_build network
|
|
|
|
.include <bsd.port.mk>
|