mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
9c2f65e395
Review by: bapt, David Naylor (kde team)
34 lines
765 B
Makefile
34 lines
765 B
Makefile
# New ports collection makefile for: PolicyKit-qt
|
|
# Date created: 2009-07-09
|
|
# Whom: Dima Panov <fluffy@Fluffy.Khv.RU>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= policykit-qt
|
|
PORTVERSION= 0.9.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/apps/KDE4.x/admin/
|
|
DISTNAME= polkit-qt-${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= PolicyKit manager for Qt
|
|
|
|
LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit
|
|
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_LDCONFIG= yes
|
|
USE_KDE4= automoc4
|
|
USE_QT4= corelib dbus gui network svg xml \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USE_CMAKE= yes
|
|
|
|
post-extract:
|
|
${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|