- 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
This commit is contained in:
Guido Falsi 2017-11-27 13:57:43 +00:00
parent 11734c6a1e
commit 9b7a89215a

View file

@ -17,22 +17,23 @@ LIB_DEPENDS= libpulse-mainloop-glib.so:audio/pulseaudio \
libdbus-glib-1.so:devel/dbus-glib
RUN_DEPENDS= pavucontrol>=2.0:audio/pavucontrol
USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
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
USE_LDCONFIG= 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
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>