View | Details | Raw Unified | Return to bug 235128
Collapse All | Expand All

(-)Makefile (-6 / +11 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	xfce4-volumed
4
PORTNAME=	xfce4-volumed
5
PORTVERSION=	0.1.13
5
PORTVERSION=	0.1.13
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	deskutils xfce
7
CATEGORIES=	deskutils xfce
8
MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
8
MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
9
DIST_SUBDIR=	xfce4
9
DIST_SUBDIR=	xfce4
Lines 13-25 Link Here
13
13
14
LICENSE=	GPLv3
14
LICENSE=	GPLv3
15
15
16
LIB_DEPENDS=	libnotify.so:devel/libnotify \
16
LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
17
		libkeybinder.so:x11/keybinder
17
		libdbus-1.so:devel/dbus \
18
		libnotify.so:devel/libnotify \
19
		libkeybinder.so:x11/keybinder \
20
		libfontconfig.so:x11-fonts/fontconfig \
21
		libfreetype.so:print/freetype2
18
22
19
USES=		pkgconfig gmake xfce tar:bzip2
23
USES=		gmake gnome pkgconfig tar:bzip2 xfce
20
GNU_CONFIGURE=	yes
24
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 libxml2 pango
21
USE_GNOME=	glib20
22
USE_GSTREAMER=	yes
25
USE_GSTREAMER=	yes
23
USE_XFCE=	xfconf
26
USE_XFCE=	xfconf
24
27
28
GNU_CONFIGURE=	yes
29
25
.include <bsd.port.mk>
30
.include <bsd.port.mk>

Return to bug 235128