PR: 220579 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D11547
29 lines
890 B
Makefile
29 lines
890 B
Makefile
# Created by: tcberner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdelibs4support
|
|
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11 kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 porting aid from KDELibs4
|
|
|
|
BUILD_DEPENDS= p5-URI>=0:net/p5-URI
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 shebangfix \
|
|
tar:xz
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons doctools emoticons globalaccel guiaddons \
|
|
i18n iconthemes itemviews jobwidgets kded kio notifications \
|
|
parts service solid sonnet textwidgets unitconversion \
|
|
widgetsaddons windowsystem xmlgui \
|
|
designerplugin_build designerplugin_run \
|
|
itemmodels_run
|
|
USE_QT5= buildtools_build core dbus designer gui network \
|
|
printsupport qmake_build svg testlib widgets \
|
|
x11extras xml
|
|
USE_XORG= ice sm x11 xext
|
|
|
|
SHEBANG_FILES= src/kio/fileshareset
|
|
|
|
.include <bsd.port.mk>
|