blob: fd504aa1324039b49bdbe47d2124ca22865f5b1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= bsdisks
DISTVERSION= 0.37
CATEGORIES= sysutils
MAINTAINER= arrowd@FreeBSD.org
COMMENT= UDisks2 service implementation for FreeBSD
WWW= https://foss.heptapod.net/bsdutils/bsdisks
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6
USES= cmake compiler:c++11-lang qt:6
USE_QT= base
CMAKE_ARGS= -DQT_MAJOR_VERSION=6
USE_GITLAB= yes
GL_SITE= https://foss.heptapod.net
GL_ACCOUNT= bsdutils
.include <bsd.port.mk>
|