freebsd-ports/audio/qjackctl/Makefile
Thomas Zander 3438fddffd MFH: r514755 r514770 r518301
audio/audacity: Remove bogus STATIC_WX option

This was accepted by me in r495224.  STATIC_WX_ENABLE was probably
supposed to be STATIC_WX_CONFIGURE_ENABLE but the entire idea of
the option is flawed.  wxgtk31 does not provide static libraries.

While here drop unhooked JACK_LIB_DEPENDS options helper.  Audacity
has been using the system Portaudio for a while and JACK support
can be enabled there.

Remove a bunch of unused *_DESC

Update to upstream version 2.3.3

PR:		242169
Submitted by:	xxjack12xx@gmail.com (maintainer)

Approved by:	ports-secteam (riggs)
2019-11-24 20:08:49 +00:00

52 lines
1.2 KiB
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= qjackctl
DISTVERSIONPREFIX= qjackctl_
DISTVERSION= 0_5_9
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Qt interface for JACK Audio Connection Kit
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjack.so:audio/jack
USES= autoreconf compiler:c++11-lib gl gmake localbase pkgconfig qt:5
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= rncbc
USE_QT= core gui network widgets x11extras xml buildtools_build linguisttools_build qmake_build
USE_GL= gl
USE_CXXSTD= c++11
BINARY_ALIAS= qmake=${QMAKE}
OPTIONS_DEFINE= DBUS SYSTRAY XUNIQUE
OPTIONS_DEFAULT= DBUS SYSTRAY XUNIQUE
OPTIONS_GROUP= AIFACE
OPTIONS_GROUP_AIFACE= ALSA PORTAUDIO
AIFACE_DESC= Other audio interfaces
SYSTRAY_DESC= System tray icon support
XUNIQUE_DESC= X11 unique/single instance
ALSA_CONFIGURE_ENABLE= alsa_seq
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
DBUS_CONFIGURE_ENABLE= dbus
DBUS_USE= QT=dbus
PORTAUDIO_CONFIGURE_ENABLE= portaudio
PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio
SYSTRAY_CONFIGURE_ENABLE= system-tray
XUNIQUE_CONFIGURE_ENABLE= xunique
XUNIQUE_USE= XORG=x11
.include <bsd.port.mk>