aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdisks/Makefile
blob: 91f973062626a2ae8660e9ee3e530664786373ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	bsdisks
PORTVERSION=	0.4
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	https://bitbucket.org/arrowd/bsdisks/downloads/

MAINTAINER=	6yearold@gmail.com
COMMENT=	UDisks2 service implementation for FreeBSD

LICENSE=	BSD3CLAUSE

USES=		cmake compiler:c++11-lang qt:5

USE_QT=		qmake_build buildtools_build core dbus

.include <bsd.port.mk>