Files
ports/editors/calligraplan/Makefile
T
Adriaan de Groot 814138021c Update editors/calligraplan (project planner) to latest upstream
From the release notes on the KDE-releases mailing list:

> Main changes:
> * Allow to print a selectable time range.
> * Fit printout to page height.
> * Fit printout to a single page
> * Print the chart on multiple pages.
> * Uses a color palette suitable for printing on white paper
> * Use the mouse or mouse weel to zoom the datetime scale.

The application is described at https://calligra.org/plan/

There are some larger plist changes here because documentation
is now much more extensive (and included with the app instead of
bundled somewhere else).

Reported by:	portscout
2021-01-29 21:24:44 +00:00

29 lines
920 B
Makefile

# $FreeBSD$
PORTNAME= calligraplan
DISTVERSION= 3.3.0
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 cpe compiler:c++11-lib desktop-file-utils kde:5 \
qt:5 tar:xz xorg
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= concurrent core dbus gui network printsupport widgets x11extras xml \
buildtools_build qmake_build
USE_XORG= ice sm x11 xext
PLIST_SUB+= SHLIB_VER=18.0.0 SHLIB_SHORT=18
.include <bsd.port.mk>