mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
33 lines
911 B
Makefile
33 lines
911 B
Makefile
PORTNAME= dikt
|
|
DISTVERSION= 3
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= textproc net kde
|
|
MASTER_SITES= https://gitlab.com/-/project/46530021/uploads/b7050a0b8397a27501e7c0be4f40066c/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Dictionary for KDE
|
|
WWW= https://dikt.tv/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools gl \
|
|
kde:6 qt:6 tar:txz
|
|
USE_GL= opengl
|
|
USE_KDE= bookmarks codecs colorscheme completion config configwidgets \
|
|
coreaddons dbusaddons guiaddons i18n iconthemes itemviews \
|
|
jobwidgets kio service solid widgetsaddons xmlgui \
|
|
ecm:build
|
|
USE_QT= base
|
|
|
|
PLIST_FILES= bin/dikt \
|
|
share/applications/dikt.desktop \
|
|
share/dikt/dikt.css \
|
|
share/dikt/format.conf \
|
|
share/icons/hicolor/128x128/apps/dikt.png \
|
|
share/kxmlgui5/dikt/diktui.rc
|
|
|
|
.include <bsd.port.mk>
|