freebsd-ports/sysutils/policykit-qt/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

28 lines
661 B
Makefile

# Created by: Dima Panov <fluffy@Fluffy.Khv.RU>
# $FreeBSD$
PORTNAME= policykit-qt
PORTVERSION= 0.9.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= KDE/stable/apps/KDE4.x/admin/
DISTNAME= polkit-qt-${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= PolicyKit manager for Qt
LIB_DEPENDS= libpolkit.so:${PORTSDIR}/sysutils/policykit
USE_LDCONFIG= yes
USE_KDE4= automoc4
USE_QT4= corelib dbus gui network svg xml \
qmake_build moc_build rcc_build uic_build
USES= cmake gettext tar:bzip2
PORTSCOUT= limit:^0
post-extract:
${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>