1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/audio/midipp/Makefile
Koop Mast bfb2f47ae0 Update midipp to 1.2.18.
- Added support for setting key-mode when loading songs.
- Added support for song background selection changes.
- Reworked show mode configuration.

Submitted by:	maintainer via IRC
2015-07-20 09:29:24 +00:00

22 lines
548 B
Makefile

# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
# $FreeBSD$
PORTNAME= midipp
PORTVERSION= 1.2.18
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>