pkgsrc/sysutils/system-tools-backends/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

57 lines
1.7 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2010/08/21 16:35:50 seb Exp $
#
DISTNAME= system-tools-backends-2.6.1
PKGREVISION= 1
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
PKG_OPTIONS_VAR= PKG_OPTIONS.system-tools-backends
PKG_SUPPORTED_OPTIONS+= hal
PKG_SUGGESTED_OPTIONS+= hal
PLIST_VARS+= hal
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mhal)
.include "../../security/policykit/buildlink3.mk"
.include "../../sysutils/hal/buildlink3.mk"
PLIST.hal= yes
.endif
EGDIR= ${PREFIX}/share/examples/system-tools-backends
CONF_FILES+= ${EGDIR}/system-tools-backends.conf ${PKG_SYSCONFDIR}/dbus-1/system.d/system-tools-backends.conf
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_LIBTOOL= YES
STB_GROUP?= stb-admin
PKG_GROUPS= ${STB_GROUP}
PKG_GROUPS_VARS+= STB_GROUP
CONFIGURE_ARGS+= --with-stb-group=${STB_GROUP}
CONFIGURE_ARGS+= --localstatedir=/var
CONFIGURE_ARGS+= --with-dbus-sys=${EGDIR}
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
SUBST_CLASSES+= gettext-package
SUBST_STAGE.gettext-package= post-configure
SUBST_FILES.gettext-package= po/Makefile
SUBST_SED.gettext-package= -e 's|@GETTEXT_PACKAGE@|system-tools-backends|g'
.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"