Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
20 lines
452 B
Makefile
20 lines
452 B
Makefile
PORTNAME= bsdisks
|
|
DISTVERSION= 0.27
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= arrowd@FreeBSD.org
|
|
COMMENT= UDisks2 service implementation for FreeBSD
|
|
WWW= https://foss.heptapod.net/bsdutils/bsdisks
|
|
|
|
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= 6a92dd764fa6335848036e0233b0baf3e4d69f0c
|
|
|
|
.include <bsd.port.mk>
|