forked from Lainports/freebsd-ports
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= upower
|
|
PORTVERSION= 0.99.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://upower.freedesktop.org/releases/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= D-Bus daemon for simplifying power management tasks
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
|
|
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig \
|
|
python tar:xz
|
|
USE_GNOME= intlhack glib20 introspection:build
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --disable-gtk-doc \
|
|
--localstatedir=/var
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
CONFIGURE_ENV= GTKDOC="false"
|
|
|
|
OPTIONS_DEFINE= MANPAGES
|
|
OPTIONS_DEFAULT=MANPAGES
|
|
OPTIONS_SUB= yes
|
|
MANPAGES_CONFIGURE_ENABLE= man-pages
|
|
MANPAGES_BUILD_DEPENDS= \
|
|
docbook-sgml>0:${PORTSDIR}/textproc/docbook-sgml \
|
|
docbook-xml>0:${PORTSDIR}/textproc/docbook-xml \
|
|
${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
|
|
MANPAGES_USE= GNOME=libxslt:build
|
|
|
|
.include <bsd.port.mk>
|