diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-11-15 18:28:56 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-11-15 18:28:56 +0000 |
commit | 0106c9b7c3b37ed2499ccacc38dc882b73089e0d (patch) | |
tree | e3dfe172aa5c9b34e2708f5e18fa98953fc1cccd /sysutils/system-tools-backends/Makefile | |
parent | e7c4fec91b5a919c4f8993c4b57a257b75e38b4e (diff) | |
download | pkgsrc-0106c9b7c3b37ed2499ccacc38dc882b73089e0d.tar.gz |
Initial import of system-tools-backends version 2.6.0.
The System Tools Backends (s-t-b for short) are a set of cross-platform
modules for Linux, FreeBSD and other Unix systems. The backends provide a
common DBus interface to all platforms to modify or read the system
configuration in a distro independent fashion. Historically, access to
system configuration has varied deeply across Unix flavours, and concreting
a bit more, across Linux distributions, making it near impossible to write
desktop tools that could work flawlessly in a cross-platform way. System
Tools Backends try to fill this gap, offering a generic and easy way for
desktop applications to read and modify configuration details.
Diffstat (limited to 'sysutils/system-tools-backends/Makefile')
-rw-r--r-- | sysutils/system-tools-backends/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile new file mode 100644 index 00000000000..8e2c53a16a3 --- /dev/null +++ b/sysutils/system-tools-backends/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/15 18:28:56 jmcneill Exp $ +# + +DISTNAME= system-tools-backends-2.6.0 +CATEGORIES= sysutils +MASTER_SITES= http://system-tools-backends.freedesktop.org/downloads/2.6/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://system-tools-backends.freedesktop.org/ +COMMENT= DBus interface for system configuration + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= YES +USE_DIRS+= xdg-1.4 +USE_PKGLOCALEDIR= YES +USE_TOOLS+= gmake intltool msgfmt perl pkg-config +USE_LIBTOOL= YES + +CONFIGURE_ARGS+= --with-stb-group=${ROOT_GROUP} +CONFIGURE_ARGS+= --localstatedir=/var + +DEPENDS+= p5-XML-Twig>=3.32:../../textproc/p5-XML-Twig +DEPENDS+= p5-Net-DBus>=0.33.6:../../net/p5-Net-DBus +DEPENDS+= p5-libwww>=5.820:../../www/p5-libwww +DEPENDS+= p5-URI>=1.37:../../www/p5-URI + +.include "../../devel/glib2/buildlink3.mk" +.include "../../lang/perl5/buildlink3.mk" +.include "../../sysutils/dbus/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |