forked from Lainports/freebsd-ports
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
25 lines
738 B
Makefile
25 lines
738 B
Makefile
PORTNAME= gitklient
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.3
|
|
CATEGORIES= devel kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Git gui client for KDE
|
|
WWW= https://github.com/HamedMasafi/GitKlient
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake kde:5 localbase:ldflags pkgconfig qt:5 xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= HamedMasafi
|
|
GH_PROJECT= GitKlient
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons doctools ecm i18n itemviews \
|
|
jobwidgets kio parts service solid sonnet syntaxhighlighting \
|
|
texteditor textwidgets widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus gui network testlib widgets xml \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|