pkgsrc/security/polkit-qt/Makefile
wiz e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

32 lines
893 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/06/13 22:45:20 wiz Exp $
DISTNAME= polkit-qt-0.9.3
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_KDE:=apps/KDE4.x/admin/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://api.kde.org/kdesupport-api/kdesupport-apidocs/polkit-qt/html
COMMENT= Qt Wrapper around PolicyKit
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
USE_CMAKE= yes
PKGCONFIG_OVERRIDE+= polkit-qt-core.pc.cmake polkit-qt-gui.pc.cmake polkit-qt.pc.cmake
pre-configure:
${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
.include "../../security/policykit/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../x11/qt4-qdbus/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"