GARNAME = NetworkManager
GARVERSION = 0.6.2
CATEGORIES = geektoys
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = desktop/gnome-keyring desktop/gnome-panel desktop/libnotify freedesktop/dbus freedesktop/hal platform/GConf platform/glib platform/gtk+ platform/libglade platform/libgnomeui bootstrap/dhcdbd 

DESCRIPTION = NetworkManager
define BLURB
NetworkManager attempts to keep an active network connection available at all
times.  It is intended only for the desktop use-case, and is not intended for
usage on servers.  At this time, it does not support static IP addresses on
network interfaces, and requires DHCP to be used instead.
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)
# [hack] must manually set distro style to redhat, suse, gentoo, debian, or slackware
CONFIGURE_ARGS += --with-distro=redhat

include ../category.mk

BUILD_ARGS = -j1
