summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-settings-daemon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-settings-daemon/Makefile')
-rw-r--r--sysutils/gnome-settings-daemon/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile
new file mode 100644
index 000000000..5c99faa7e
--- /dev/null
+++ b/sysutils/gnome-settings-daemon/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: gnome-settings-daemon
+# Date created: 14 Jan 2008
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-settings-daemon
+PORTVERSION= 2.31.2
+CATEGORIES= sysutils gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME 2 settings daemon
+
+LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio \
+ canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
+ notify.1:${PORTSDIR}/devel/libnotify
+RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb
+
+USE_XORG= xxf86misc
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop libgnomekbd
+USE_GETTEXT= yes
+USE_GSTREAMER= good
+GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= apps_gnome_settings_daemon_housekeeping.schemas \
+ apps_gnome_settings_daemon_keybindings.schemas \
+ apps_gnome_settings_daemon_xrandr.schemas \
+ desktop_gnome_font_rendering.schemas \
+ desktop_gnome_keybindings.schemas \
+ desktop_gnome_peripherals_smartcard.schemas \
+ desktop_gnome_peripherals_touchpad.schemas \
+ gnome-settings-daemon.schemas
+
+.include <bsd.port.mk>