21 lines
412 B
Makefile
21 lines
412 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bsdisks
|
|
DISTVERSION= 0.20
|
|
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= 44d99f690986b0cb222054996c3f5963c86a63ae
|
|
|
|
.include <bsd.port.mk>
|