freebsd-ports/sysutils/bsdisks/Makefile
Gleb Popov 871e290046 sysutils/bsdisks: Remove WRKSRC hack.
The upstream Heptapod issue was fixed.
2021-05-31 16:09:03 +03:00

19 lines
403 B
Makefile

PORTNAME= bsdisks
DISTVERSION= 0.26
CATEGORIES= sysutils
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
USE_GITLAB= yes
GL_SITE= https://foss.heptapod.net
GL_ACCOUNT= bsdutils
GL_COMMIT= e1d6cc627e5371f26a3350f19e19f0d1d017b1f2
.include <bsd.port.mk>