# 0.9.2 - 2012.03.29 - Fix disabling and hiding actions (Aurelien Gateau) - Avoid spamming dbus at startup (Aurelien Gateau) - Do not print warnings when not necessary (Aurelien Gateau) # 0.9.1 - 2012.03.26 - Add support for "opened" and "closed" events (Aurelien Gateau) - Add support for icon-data (LP BUG 633339) (Christoph Spielmann)
28 lines
696 B
Makefile
28 lines
696 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/05/29 15:01:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libdbusmenu-qt-0.9.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://launchpad.net/libdbusmenu-qt/trunk/0.9.2/+download/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://people.canonical.com/~agateau/dbusmenu/index.html
|
|
COMMENT= Dbusmenu library for Qt
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
FETCH_USING= curl
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_CMAKE= yes
|
|
CMAKE_ARGS+= -DWITH_DOC=OFF
|
|
|
|
PKGCONFIG_OVERRIDE+= dbusmenu-qt.pc.in
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../x11/qt4-qdbus/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|