summaryrefslogtreecommitdiff
path: root/sysutils/bsdisks/Makefile
blob: 9661ae73c2aaad89994841c6225ebb65fd09d509 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	bsdisks
DISTVERSION=	0.27
CATEGORIES=	sysutils

MAINTAINER=	arrowd@FreeBSD.org
COMMENT=	UDisks2 service implementation for FreeBSD
WWW=		https://foss.heptapod.net/bsdutils/bsdisks

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=		6a92dd764fa6335848036e0233b0baf3e4d69f0c

.include <bsd.port.mk>