summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-power-manager/Makefile
blob: f410608da5fbacd05a3f39bc52ba3b837762a8e5 (plain) (blame)
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
32
33
34
35
36
# New ports collection makefile for:    gnome-power-manager
# Date created:             03 May 2006
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.5 2006/07/10 01:53:16 marcus Exp $
#

PORTNAME=   gnome-power-manager
PORTVERSION=    2.15.4
CATEGORIES= sysutils gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Power management system for the GNOME Desktop

LIB_DEPENDS=    hal.1:${PORTSDIR}/sysutils/hal \
        notify.2:${PORTSDIR}/devel/libnotify

USE_GETTEXT=    yes
USE_BZIP2=  yes
USE_XLIB=   yes
USE_GMAKE=  yes
INSTALLS_OMF=   yes
INSTALLS_ICONS= yes
USE_GNOME=  gnomeprefix gnomehack intlhack libgnomeui libwnck \
        gnomedocutils
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

GCONF_SCHEMAS=  gnome-power-manager.schemas

.include <bsd.port.mk>