summaryrefslogtreecommitdiffstats
path: root/sysutils/xfce4-power-manager/Makefile
blob: 5967168163e614c0ce3d1dcd162b7e078028a75c (plain)
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
31
# Created by: J.R. Oldroyd <fbsd@opal.com>
# $FreeBSD$

PORTNAME=	xfce4-power-manager
PORTVERSION=	1.4.3
CATEGORIES=	sysutils xfce
MASTER_SITES=	${MASTER_SITE_XFCE}
DIST_SUBDIR=	xfce4

MAINTAINER=	xfce@FreeBSD.org
COMMENT=	Power manager for the Xfce Desktop

LICENSE=	GPLv2

LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify \
	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
	libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
	libupower-glib.so:${PORTSDIR}/sysutils/upower

GNU_CONFIGURE=	yes
USES=		gettext pkgconfig gmake libtool xfce tar:bzip2
USE_GNOME=	glib20 gtk20 intltool intlhack
USE_XFCE=	panel
INSTALLS_ICONS=	yes
USE_XORG=	xrandr x11 xext xtst xscrnsaver
CONFIGURE_ARGS=	--disable-network-manager \
		--enable-polkit \
		--enable-xfce4panel \
		--disable-lxdepanel

.include <bsd.port.mk>
OpenPOWER on IntegriCloud