[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / notification-daemon

File: [cvs.NetBSD.org] / pkgsrc / sysutils / notification-daemon / Makefile (download)

Revision 1.6, Mon Nov 13 19:40:04 2006 UTC (17 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.5: +4 -2 lines

-make this build with new dbus-glib's binding tool which requires
 the --prefix argument (quick 'n dirty fix, hopefully upstream will
 catch up),
-announce .schema to gconf
-being here, update to 0.3.6, changes:
 -Added a GConf key to specify which corner of the screen notifications
  should appear in
 -Added a Dutch translation
 -bugfixes

# $NetBSD: Makefile,v 1.6 2006/11/13 19:40:04 drochner Exp $
#

DISTNAME=	notification-daemon-0.3.6
CATEGORIES=	sysutils gnome
MASTER_SITES=	http://www.galago-project.org/files/releases/source/notification-daemon/

MAINTAINER=	jmmv@NetBSD.org
HOMEPAGE=	http://www.galago-project.org/
COMMENT=	Shows notification messages on the desktop

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	gmake intltool pkg-config

GCONF2_SCHEMAS=	notification-daemon.schemas

.include "../../mk/bsd.prefs.mk"

.if defined(PKG_SYSCONFDIR.dbus)
CONFIGURE_ARGS+=	--with-dbus-sys=${PKG_SYSCONFDIR.dbus}/system.d
.else
CONFIGURE_ARGS+=	--with-dbus-sys=${PKG_SYSCONFDIR}/dbus-1/system.d
.endif

.include "../../devel/GConf2/schemas.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libsexy/buildlink3.mk"
.include "../../devel/libwnck/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"