mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
36 lines
676 B
Makefile
36 lines
676 B
Makefile
COMMENT = Qt GUI Interface for FluidSynth
|
|
|
|
DISTNAME = qsynth-1.0.6
|
|
|
|
CATEGORIES = audio
|
|
|
|
HOMEPAGE = https://qsynth.sourceforge.io
|
|
|
|
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = ${SITE_SOURCEFORGE:=qsynth/}
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} GL Qt6Core Qt6Gui Qt6Network Qt6Svg
|
|
WANTLIB += Qt6Widgets c fluidsynth m pipewire-0.3
|
|
|
|
MODULES = x11/qt6 \
|
|
devel/cmake
|
|
|
|
LIB_DEPENDS += audio/fluidsynth>=2.3.2 \
|
|
multimedia/pipewire/pipewire,-libs \
|
|
x11/qt6/qtsvg
|
|
|
|
RUN_DEPENDS += devel/desktop-file-utils \
|
|
x11/gtk+4,-guic
|
|
|
|
NO_TEST = Yes
|
|
|
|
.if ${MACHINE_ARCH} == "hppa"
|
|
WANTLIB += atomic
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|