1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/www/kf5-khtml/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
701 B
Makefile

PORTNAME= khtml
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= www kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 KTHML rendering engine
LIB_DEPENDS= libgif.so:graphics/giflib \
libpng.so:graphics/png
USES= cmake compiler:c++11-lib gettext gperf jpeg kde:5 \
qt:5 tar:xz xorg
USE_KDE= archive auth bookmarks codecs completion config \
configwidgets coreaddons ecm globalaccel i18n iconthemes \
jobwidgets js kio notifications parts service sonnet \
textwidgets wallet widgetsaddons windowsystem xmlgui
USE_QT= buildtools_build concurrent core dbus gui network phonon4 \
printsupport qmake_build widgets x11extras xml
USE_XORG= ice sm x11 xext
.include <bsd.port.mk>