60d1a83c2a
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
35 lines
953 B
Makefile
35 lines
953 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-pulseaudio-plugin
|
|
PORTVERSION= 0.2.3
|
|
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:${PORTSDIR}/audio/pulseaudio
|
|
RUN_DEPENDS= pavucontrol>=2.0:${PORTSDIR}/audio/pavucontrol
|
|
|
|
USES= pkgconfig libtool gmake gettext xfce:gtk3 tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 gtk30 intltool intlhack
|
|
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:${PORTSDIR}/x11/keybinder-gtk3
|
|
KEYBINDER_CONFIGURE_ENABLE= keybinder
|
|
|
|
.include <bsd.port.mk>
|