1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/textproc/dikt/Makefile
Tobias C. Berner 7f390d7d58 devel/kf5-extra-cmake-modules: add as build dependency
- these ports previously got ecm through an unclean dependency
  (run_depend) from one of their dependencies.
2023-08-15 23:17:14 +02:00

32 lines
863 B
Makefile

PORTNAME= dikt
PORTVERSION= 2s4
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= textproc net kde
MASTER_SITES= OSDN/${PORTNAME}
MAINTAINER= info@dikt.tv
COMMENT= Dictionary for KDE
WWW= https://dikt.tv/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:txz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons dbusaddons guiaddons i18n iconthemes itemviews \
jobwidgets kio service solid widgetsaddons windowsystem xmlgui \
ecm:build
USE_QT= concurrent core dbus gui network printsupport svg widgets xml \
buildtools:build qmake:build
PLIST_FILES= bin/dikt \
share/applications/dikt.desktop \
share/dikt/dikt.css \
share/dikt/format.conf \
share/icons/hicolor/128x128/apps/dikt.png \
share/kservices5/dict.protocol \
share/kxmlgui5/dikt/diktui.rc
.include <bsd.port.mk>