mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
871e290046
The upstream Heptapod issue was fixed.
20 lines
403 B
Makefile
20 lines
403 B
Makefile
PORTNAME= bsdisks
|
|
DISTVERSION= 0.26
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= arrowd@FreeBSD.org
|
|
COMMENT= UDisks2 service implementation for FreeBSD
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
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_COMMIT= e1d6cc627e5371f26a3350f19e19f0d1d017b1f2
|
|
|
|
.include <bsd.port.mk>
|