mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
ea8c8ec7da
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
36 lines
958 B
Makefile
36 lines
958 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= choqok
|
|
DISTVERSION= 1.6.0
|
|
PORTREVISION= 7
|
|
CATEGORIES= www kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/src
|
|
DIST_SUBDIR= KDE/${PORTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE micro-blogging client
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libqjson-qt5.so:devel/qjson \
|
|
libqca-qt5.so:devel/qca \
|
|
libqoauth-qt5.so:net/qoauth-qt5 \
|
|
libtelepathy-qt5.so:net-im/telepathy-qt
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
|
|
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
|
|
coreaddons doctools ecm emoticons globalaccel guiaddons i18n \
|
|
itemviews jobwidgets kcmutils kdewebkit kio notifications \
|
|
notifyconfig parts service solid sonnet textwidgets wallet \
|
|
widgetsaddons xmlgui \
|
|
kded_run
|
|
USE_QT= core dbus gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFLICTS_INSTALL= ${PORTNAME}-kde4
|
|
|
|
.include <bsd.port.mk>
|