45 lines
1,005 B
Makefile
45 lines
1,005 B
Makefile
# Created by: J.R. Oldroyd <fbsd@opal.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-power-manager
|
|
PORTVERSION= 1.6.4
|
|
CATEGORIES= sysutils xfce
|
|
MASTER_SITES= XFCE
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Power manager for the Xfce Desktop
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libnotify.so:devel/libnotify \
|
|
libdbus-1.so:devel/dbus \
|
|
libdbus-glib-1.so:devel/dbus-glib \
|
|
libpolkit-gobject-1.so:sysutils/polkit \
|
|
libupower-glib.so:sysutils/upower
|
|
|
|
USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
|
|
USE_GNOME= cairo glib20 gtk30 intlhack intltool
|
|
USE_XFCE= panel
|
|
USE_XORG= ice sm xrandr x11 xext xtst xscrnsaver
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CONFIGURE_ARGS= --disable-network-manager \
|
|
--enable-polkit \
|
|
--enable-xfce4panel
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext-runtime
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_DEBUG)
|
|
CONFIGURE_ARGS+= --enable-debug
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|