freebsd-ports/audio/qmidictl/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
457 B
Makefile

PORTNAME= qmidictl
DISTVERSION= 0.9.2
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= yuri@FreeBSD.org
COMMENT= MIDI remote control application sending MIDI over UDP/IP multicast
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lang gl gmake localbase pkgconfig qt:5
GNU_CONFIGURE= yes
USE_QT= core gui network widgets qmake_build buildtools_build linguisttools_build
USE_GL= gl
BINARY_ALIAS= qmake=${QMAKE}
.include <bsd.port.mk>