aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xfce4-volumed-pulse/Makefile
blob: a08a0a49353c6aec2c9ee5bf7bb0cfcc1f8e69ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PORTNAME=	xfce4-volumed-pulse
PORTVERSION=	0.2.4
PORTREVISION=	3
CATEGORIES=	deskutils xfce
MASTER_SITES=	XFCE/apps
DIST_SUBDIR=	xfce4

MAINTAINER=	xfce@FreeBSD.org
COMMENT=	Volume management daemon for Xfce using PulseAudio
WWW=		https://git.xfce.org/apps/xfce4-volumed-pulse/

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libkeybinder-3.0.so:x11/keybinder-gtk3 \
		libnotify.so:devel/libnotify \
		libpulse.so:audio/pulseaudio

USES=		gmake gnome libtool pkgconfig tar:bz2 xfce
USE_GNOME=	glib20 gtk30
USE_XFCE=	xfconf

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-libnotify
INSTALL_TARGET=	install-strip

PLIST_FILES=	bin/xfce4-volumed-pulse \
		etc/xdg/autostart/xfce4-volumed-pulse.desktop

.include <bsd.port.mk>