mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
31 lines
875 B
Makefile
31 lines
875 B
Makefile
# Created by: Goran Tal <goran.tal@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dikt
|
|
PORTVERSION= 2s1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= textproc net kde
|
|
MASTER_SITES= https://bitbucket.org/dikt/code/downloads/
|
|
|
|
MAINTAINER= goran.tal@gmail.com
|
|
COMMENT= Dictionary for KDE
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:outsource 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 xmlgui
|
|
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>
|