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
26 lines
805 B
Makefile
26 lines
805 B
Makefile
PORTNAME= krename
|
|
DISTVERSION= 5.0.2
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Powerful batch file renamer for KDE
|
|
WWW= https://userbase.kde.org/KRename
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libtag.so:audio/taglib \
|
|
libexiv2.so:graphics/exiv2 \
|
|
libpodofo.so:graphics/podofo \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz xorg
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash i18n iconthemes itemviews jobwidgets \
|
|
kio service solid widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus declarative gui network xml widgets \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|