freebsd-ports/audio/midipp/Makefile
Tobias C. Berner b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00

33 lines
799 B
Makefile

# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
# $FreeBSD$
PORTNAME= midipp
PORTVERSION= 1.3.4
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.14:audio/libumidi
LIB_DEPENDS= libumidi20.so:audio/libumidi
USES= qmake tar:bzip2
_USE_QT4= corelib gui moc_build network rcc_build
_USE_QT5= buildtools_build core gui network printsupport widgets
OPTIONS_SINGLE= TOOLKIT
OPTIONS_SINGLE_TOOLKIT= QT4 QT5
OPTIONS_DEFAULT= QT5
TOOLKIT_DESC= Qt toolkit
QT4_USES= qt:4
QT4_USE= ${_USE_QT4:S/^/QT=/}
QT5_USES= qt:5
QT5_USE= ${_USE_QT5:S/^/QT=/} GL=gl
.include <bsd.port.mk>