mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5f78b79d8e
Reported by: portscout
30 lines
636 B
Makefile
30 lines
636 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vmpk
|
|
DISTVERSION= 0.7.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://phoenixnap.dl.sourceforge.net/project/vmpk/vmpk/${PORTVERSION}/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Virtual MIDI Piano Keyboard
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libdrumstick-rt.so:audio/drumstick
|
|
|
|
USES= compiler:c++11-lang cmake pkgconfig qt:5 tar:bz2 xorg
|
|
USE_QT= core gui network svg widgets x11extras \
|
|
buildtools_build linguisttools_build qmake_build
|
|
USE_XORG= xcb
|
|
|
|
CMAKE_OFF= XSLTPROC_EXECUTABLE
|
|
|
|
OPTIONS_DEFINE= DBUS
|
|
OPTIONS_SUB= yes
|
|
|
|
DBUS_CMAKE_BOOL= ENABLE_DBUS
|
|
DBUS_USE= qt=dbus
|
|
|
|
.include <bsd.port.mk>
|