4040f53c5e
Corrected and added support for many new chords. See help tab for a complete list. Submitted by: maintainer (via irc)
21 lines
548 B
Makefile
21 lines
548 B
Makefile
# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= midipp
|
|
PORTVERSION= 1.2.15
|
|
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.13:${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>
|