forked from Lainports/opnsense-ports
17 lines
343 B
Makefile
17 lines
343 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bsdisks
|
|
PORTVERSION= 0.3
|
|
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>
|