freebsd-ports/sysutils/polkit-qt/Makefile
Raphael Kubo da Costa 5d2a18b98f Update to 0.112.0.
This also incorporates an old area51 commit from 2012 (!) that never made it
into the tree which drops some unnecessary dependencies and improves the
wording in COMMENT and pkg-descr.
2014-12-26 21:02:21 +00:00

33 lines
762 B
Makefile

# Created by: Dima Panov <fluffy@Fluffy.Khv.RU>
# $FreeBSD$
PORTNAME= polkit-qt
PORTVERSION= 0.112.0
DISTVERSIONPREFIX= 1-
CATEGORIES= sysutils
MASTER_SITES= KDE/stable/apps/KDE4.x/admin/
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt wrapper around Polkit libraries
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpolkit-agent-1.so:${PORTSDIR}/sysutils/polkit
CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF \
-DBUILD_TEST:BOOL=OFF \
-DUSE_QT4:BOOL=ON
USE_GNOME= glib20
USE_KDE4= automoc4
USE_QT4= corelib dbus gui \
qmake_build moc_build rcc_build uic_build
USES= cmake:outsource tar:bzip2
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's|$${LIB_DESTINATION}/pkgconfig|libdata/pkgconfig|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>