|
Lines 1-6
Link Here
|
| 1 |
PORTNAME= bsdisks |
1 |
PORTNAME= bsdisks |
| 2 |
DISTVERSION= 0.35 |
2 |
DISTVERSION= 0.35 |
| 3 |
CATEGORIES= sysutils |
3 |
CATEGORIES= sysutils |
|
|
4 |
PKGNAMESUFFIX= -${FLAVOR} |
| 4 |
|
5 |
|
| 5 |
MAINTAINER= arrowd@FreeBSD.org |
6 |
MAINTAINER= arrowd@FreeBSD.org |
| 6 |
COMMENT= UDisks2 service implementation for FreeBSD |
7 |
COMMENT= UDisks2 service implementation for FreeBSD |
|
Lines 8-18
WWW= https://foss.heptapod.net/bsdutils/bsdisks
Link Here
|
| 8 |
|
9 |
|
| 9 |
LICENSE= BSD3CLAUSE |
10 |
LICENSE= BSD3CLAUSE |
| 10 |
|
11 |
|
| 11 |
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt-1@qt5 |
12 |
FLAVORS= qt5 qt6 |
|
|
13 |
FLAVOR?= qt5 |
| 12 |
|
14 |
|
| 13 |
USES= cmake compiler:c++11-lang qt:5 |
15 |
LIB_DEPENDS= libpolkit-qt${FLAVOR:C/qt//}-core-1.so:sysutils/polkit-qt-1@${FLAVOR} |
| 14 |
|
16 |
|
| 15 |
USE_QT= qmake:build buildtools:build core dbus |
17 |
USES= cmake compiler:c++11-lang qt:${FLAVOR:C/qt//} |
|
|
18 |
USE_QT= ${_USE_QT_${FLAVOR}} |
| 19 |
CMAKE_ARGS= -DQT_MAJOR_VERSION=${FLAVOR:C/qt//} |
| 20 |
_USE_QT_qt5= qmake:build buildtools:build core dbus |
| 21 |
_USE_QT_qt6= base |
| 16 |
|
22 |
|
| 17 |
USE_GITLAB= yes |
23 |
USE_GITLAB= yes |
| 18 |
GL_SITE= https://foss.heptapod.net |
24 |
GL_SITE= https://foss.heptapod.net |