mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
7d1b26ed85
https://www.kde.org/announcements/kde-frameworks-5.49.0.php Thanks Antoine for the exp-run. PR: 230596 Submitted by: tcberner
17 lines
383 B
Makefile
17 lines
383 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kjs
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= www kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 library providing an ECMAScript interpreter
|
|
|
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
|
|
USE_KDE= ecm doctools
|
|
USE_QT= buildtools_build core qmake_build
|
|
|
|
.include <bsd.port.mk>
|