ports/sysutils/bsdisks/Makefile
Tobias C. Berner 552ed27ec1 sysutils/polkit-qt,sysutils/polkit-qt-1-devel: unify and flavorize
This updates sysutils/polkit-qt to the 0.200 release and removes the
development version port polkit-qt-1-devel. The new version is now
flavorized to support both Qt5 and Qt6.
2024-03-02 00:54:13 +01:00

22 lines
516 B
Makefile

PORTNAME= bsdisks
DISTVERSION= 0.35
CATEGORIES= sysutils
MAINTAINER= arrowd@FreeBSD.org
COMMENT= UDisks2 service implementation for FreeBSD
WWW= https://foss.heptapod.net/bsdutils/bsdisks
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt-1@qt5
USES= cmake compiler:c++11-lang qt:5
USE_QT= qmake:build buildtools:build core dbus
USE_GITLAB= yes
GL_SITE= https://foss.heptapod.net
GL_ACCOUNT= bsdutils
GL_TAGNAME= 205d242c512099074c3c1bf939a4fd83139bb5c8
.include <bsd.port.mk>