forked from Lainports/freebsd-ports
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
31 lines
901 B
Makefile
31 lines
901 B
Makefile
# Created by: Goran Tal <goran.tal@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dikt
|
|
PORTVERSION= 2s1
|
|
PORTREVISION= 2
|
|
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 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 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>
|