1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/sysutils/polkit-qt/Makefile
Tobias C. Berner c37af9770f sysutils/polkit-qt: fix pkg-name
- drop the '5' in the package's name which is unecessary and confusing
2019-08-29 05:20:35 +00:00

31 lines
694 B
Makefile

# Created by: Dima Panov <fluffy@Fluffy.Khv.RU>
# $FreeBSD$
PORTNAME= polkit-qt-1
DISTVERSION= 0.113.0
PORTREVISION= 8
CATEGORIES= sysutils
MASTER_SITES= KDE/stable/${PORTNAME}/
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt5 wrapper around Polkit libraries
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpolkit-agent-1.so:sysutils/polkit
USES= cmake compiler:c++11-lang gnome pkgconfig qt:5 tar:xz
USE_GNOME= glib20
USE_QT= core dbus gui widgets buildtools_build qmake_build
CMAKE_OFF= BUILD_EXAMPLES \
BUILD_TEST
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's|$${LIB_DESTINATION}/pkgconfig|libdata/pkgconfig|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>