mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
36 lines
977 B
Makefile
36 lines
977 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= choqok
|
|
DISTVERSION= 1.6.0
|
|
PORTREVISION= 1
|
|
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@qt5 \
|
|
libqca-qt5.so:devel/qca@qt5 \
|
|
libqoauth-qt5.so:net/qoauth-qt5 \
|
|
libtelepathy-qt5.so:net-im/telepathy-qt5
|
|
|
|
USES= cmake:outsource 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>
|