freebsd-ports/audio/qmidictl/Makefile
Yuri Victorovich 521d898f3d audio/qmidictl: Update 0.6.1 -> 0.6.2
Reported by:	portscout
2020-03-26 00:06:46 +00:00

22 lines
462 B
Makefile

# $FreeBSD$
PORTNAME= qmidictl
DISTVERSION= 0.6.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 widgets qmake_build buildtools_build linguisttools_build
USE_GL= gl
BINARY_ALIAS= qmake=${QMAKE}
.include <bsd.port.mk>