1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/ports-mgmt/packagekit-qt/Makefile
Gleb Popov 59702618d8 ports-mgmt/packagekit-qt: Qt interface to the PackageKit daemon.
Sponsored by:	Serenity Cybersecurity, LLC
2023-04-03 17:15:32 +03:00

23 lines
594 B
Makefile

PORTNAME= PackageKit-Qt
PORTVERSION= 1.1.1
CATEGORIES= ports-mgmt sysutils
MASTER_SITES= https://www.freedesktop.org/software/PackageKit/releases/
MAINTAINER= kde@FreeBSD.org
COMMENT= DBUS packaging abstraction layer (Qt bindings)
WWW= https://www.freedesktop.org/software/PackageKit/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/share/dbus-1/interfaces/org.freedesktop.PackageKit.xml:ports-mgmt/packagekit
USES= cmake cpe qt:5 tar:xz
USE_QT= core dbus buildtools:build qmake:build
USE_LDCONFIG= yes
CPE_VENDOR= packagekit_project
.include <bsd.port.mk>