1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/audio/xfce4-pulseaudio-plugin/Makefile
Guido Falsi 9b7a89215a - Mark devel versions to be ignored by portscout
- Remove unneeded USE_LDCONFIG, only installs a private plugin library
- While here make some whitespace and alignment changes
2017-11-27 13:57:43 +00:00

40 lines
1013 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= xfce4-pulseaudio-plugin
PORTVERSION= 0.2.5
CATEGORIES= audio xfce
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Panel plugin for controlling PulseAudio mixer
LICENSE= GPLv2
LIB_DEPENDS= libpulse-mainloop-glib.so:audio/pulseaudio \
libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib
RUN_DEPENDS= pavucontrol>=2.0:audio/pavucontrol
PORTSCOUT= limit:^0\.2\.
USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk30 intltool cairo
USE_XFCE= panel
USE_XORG= x11
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS=--with-mixer-command=${LOCALBASE}/bin/pavucontrol
CFLAGS+= -Wno-return-type
OPTIONS_DEFINE= KEYBINDER
OPTIONS_DEFAULT= KEYBINDER
KEYBINDER_DESC= Keyboard shortcuts
KEYBINDER_LIB_DEPENDS= libkeybinder-3.0.so:x11/keybinder-gtk3
KEYBINDER_CONFIGURE_ENABLE= keybinder
.include <bsd.port.mk>