aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bsdisks/Makefile
blob: 8818a7e91220c79a2a7a2f7937d84e77d4662891 (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.3
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

USE_QT5=    qmake_build buildtools_build core dbus

.include <bsd.port.mk>