1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/midipp/Makefile
Koop Mast 51960d6dc4 Update to 1.2.10.
- 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
2014-04-26 08:58:35 +00:00

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>