mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
d37125ec4a
Approved by: tcberner (mentor)
18 lines
348 B
Makefile
18 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bsdisks
|
|
DISTVERSION= 0.8
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://bitbucket.org/arrowd/bsdisks/downloads/
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|