summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-power-manager/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-04 03:53:45 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-04 03:53:45 +0800
commit2bc41db8999445c22ca1d368ef9e1b7c4126001f (patch)
tree6f7d011b633a69c7f8b934a621e01e3e49090cb6 /sysutils/gnome-power-manager/Makefile
parentc6305b0bb348f0f8f81075c6f8b160f82a286d7d (diff)
downloadmarcuscom-ports-2bc41db8999445c22ca1d368ef9e1b7c4126001f.tar
marcuscom-ports-2bc41db8999445c22ca1d368ef9e1b7c4126001f.tar.gz
marcuscom-ports-2bc41db8999445c22ca1d368ef9e1b7c4126001f.tar.bz2
marcuscom-ports-2bc41db8999445c22ca1d368ef9e1b7c4126001f.tar.lz
marcuscom-ports-2bc41db8999445c22ca1d368ef9e1b7c4126001f.tar.xz
marcuscom-ports-2bc41db8999445c22ca1d368ef9e1b7c4126001f.tar.zst
marcuscom-ports-2bc41db8999445c22ca1d368ef9e1b7c4126001f.zip
Add gnome-power-manager at 2.15.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6204 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-power-manager/Makefile')
-rw-r--r--sysutils/gnome-power-manager/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile
new file mode 100644
index 000000000..529ae70ce
--- /dev/null
+++ b/sysutils/gnome-power-manager/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: gnome-power-manager
+# Date created: 03 May 2006
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-power-manager
+PORTVERSION= 2.15.1
+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.1:${PORTSDIR}/devel/libnotify
+
+USE_GETTEXT= yes
+USE_BZIP2= yes
+USE_X_PREFIX= 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>