freebsd-ports/audio/midipp/Makefile
Koop Mast 48b6b34d81 Update to 1.2.6.
- Added experimental support for guitar synths, like Roland GR 55
- Added support for separate base and treble channels in chord mode
- Some minor GUI rework

Submitted by:	maintainer (via email)
2014-03-02 21:51:54 +00:00

22 lines
552 B
Makefile

# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
# $FreeBSD$
PORTNAME= midipp
PORTVERSION= 1.2.6
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.11:${PORTSDIR}/audio/libumidi
LIB_DEPENDS= libumidi20.so:${PORTSDIR}/audio/libumidi
USES= qmake
USE_BZIP2= yes
USE_QT4= gui moc_build rcc_build network
.include <bsd.port.mk>