2006-10-14 10:35:50 +02:00
|
|
|
# New ports collection makefile for: gnome-power-manager
|
|
|
|
# Date created: 03 May 2006
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-04-24 08:38:26 +02:00
|
|
|
# $MCom: ports-stable/sysutils/gnome-power-manager/Makefile,v 1.5 2009/04/19 06:23:37 marcus Exp $
|
2006-10-14 10:35:50 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnome-power-manager
|
2009-02-23 06:38:36 +01:00
|
|
|
PORTVERSION= 2.24.4
|
2009-04-24 08:38:26 +02:00
|
|
|
PORTREVISION= 4
|
2006-10-14 10:35:50 +02:00
|
|
|
CATEGORIES= sysutils gnome
|
2009-01-10 06:22:13 +01:00
|
|
|
MASTER_SITES= GNOME
|
2006-10-14 10:35:50 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Power management system for the GNOME Desktop
|
|
|
|
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
BUILD_DEPENDS= docbook2html:${PORTSDIR}/textproc/docbook-utils \
|
|
|
|
${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/docbook-410
|
2006-10-14 10:35:50 +02:00
|
|
|
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \
|
2009-01-10 06:22:13 +01:00
|
|
|
notify.1:${PORTSDIR}/devel/libnotify \
|
2009-04-24 08:38:26 +02:00
|
|
|
execinfo:${PORTSDIR}/devel/libexecinfo \
|
|
|
|
polkit-gnome.0:${PORTSDIR}/sysutils/policykit-gnome \
|
|
|
|
unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
|
2006-10-14 10:35:50 +02:00
|
|
|
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_OMF= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
2007-10-25 01:37:25 +02:00
|
|
|
USE_GSTREAMER= good
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libwnck \
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
gnomedocutils gnomepanel
|
2009-01-10 06:22:13 +01:00
|
|
|
CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \
|
2009-04-24 08:38:26 +02:00
|
|
|
--disable-docbook-docs \
|
|
|
|
--enable-policykit
|
2006-10-14 10:35:50 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
GCONF_SCHEMAS= gnome-power-manager.schemas
|
|
|
|
|
2007-12-15 06:53:05 +01:00
|
|
|
MAN1= gnome-power-manager.1 gnome-power-preferences.1 \
|
|
|
|
gnome-power-statistics.1
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
|
2006-11-08 06:17:13 +01:00
|
|
|
post-patch:
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|-lresolv|| ; s|-Werror||g' \
|
|
|
|
${WRKSRC}/configure
|
2006-11-08 06:17:13 +01:00
|
|
|
|
2006-10-14 10:35:50 +02:00
|
|
|
.include <bsd.port.mk>
|