diff options
Diffstat (limited to 'www/angelfish/Makefile')
-rw-r--r-- | www/angelfish/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/angelfish/Makefile b/www/angelfish/Makefile new file mode 100644 index 000000000000..5f6473f5aa13 --- /dev/null +++ b/www/angelfish/Makefile @@ -0,0 +1,20 @@ +PORTNAME= angelfish +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= www kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Web browser for Plasma Mobile and Desktop +WWW= https://apps.kde.org/angelfish/ + +LIB_DEPENDS= libQCoro6Core.so:devel/qcoro \ + libfuturesql6.so:databases/futuresql + +USES= cmake desktop-file-utils gettext kde:6 pkgconfig qt:6 tar:xz +USE_KDE= config coreaddons crash dbusaddons i18n kirigami-addons \ + kirigami2 notifications purpose windowsystem \ + ecm:build \ + qqc2-desktop-style:run +USE_QT= base declarative positioning svg webchannel webengine \ + sqldriver-sqlite:run + +.include <bsd.port.mk> |