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
29 lines
915 B
Makefile
29 lines
915 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= calligraplan
|
|
DISTVERSION= 3.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors kde
|
|
MASTER_SITES= KDE/stable/calligra/${PORTVERSION}
|
|
DIST_SUBDIR= KDE/${PORTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Calligra project management application
|
|
|
|
LIB_DEPENDS= libKChart.so:graphics/kdiagram
|
|
|
|
USES= cmake:outsource cpe compiler:c++11-lib desktop-file-utils kde:5 \
|
|
qt:5 tar:xz
|
|
USE_KDE= activities akonadi archive auth bookmarks codecs completion config \
|
|
configwidgets coreaddons dbusaddons ecm guiaddons holidays i18n \
|
|
iconthemes itemmodels itemviews jobwidgets js khtml kio \
|
|
notifications parts service solid sonnet textwidgets wallet \
|
|
widgetsaddons windowsystem xmlgui \
|
|
akonadicontacts calendarcore contacts
|
|
USE_QT= core dbus gui network printsupport widgets x11extras xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= ice sm x11 xext
|
|
|
|
PLIST_SUB+= SHLIB_VER=16.0.0
|
|
|
|
.include <bsd.port.mk>
|