mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
23 lines
515 B
Makefile
23 lines
515 B
Makefile
PORTNAME= bsdisks
|
|
DISTVERSION= 0.36
|
|
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
|
|
GL_TAGNAME= 3a607513c3b8bb22ad1fe4521ea3f48ead148e4c
|
|
|
|
.include <bsd.port.mk>
|