2003-05-19 19:41:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2012-05-31 02:09:24 +02:00
|
|
|
PORTNAME= calligra-l10n
|
Update Calligra to 2.9.10.
This is the latest Calligra release, and the 2.9 series will be the last
KDE4-based release series.
As usual, huge thanks to Tobias Berner <tcberner@gmail.com> for working on this
in kde@'s area51 experimental repository (including previous Calligra releases
between 2.7.5 and 2.9.10).
Notable changes from a packaging perspective:
- Several dependencies have been updated to use more recent ports versions.
- Old translations not shipped by the current Calligra release have been
removed.
- The dependency on sysutils/nepomuk-core has been dropped, following what
upstream has done.
- The dependency on Qt3-compatibility Qt4 ports has been dropped, following
upstream.
- CONFLICTS with ancient ports have been removed.
- Support for G'MIC (GREYC's Magic for Image Computing), introduced after
2.7.5, is disabled by default, as building the code with clang requires
insane (>24GB) amounts of memory. We reported this bug to the LLVM developers
(bug 22199) almost a year ago, but there has been no activity upstream.
- Stopped depending on graphics/pstoedit in an unorthodox way: just follow what
every major Linux distribution does and unconditionally depend on it. I could
not figure out why we were originally depending on the port if it was already
installed.
- Stop playing tricks with PACKAGE_BUILDING: we do not package Vc
(https://github.com/VcDevel/Vc) so it does not make sense to turn on support
for it when building packages. Not only that, but the CMake option name was
wrong (it should be PACKAGERS_BUILD, not WITH_PACKAGERS_BUILD).
2015-12-21 19:10:32 +01:00
|
|
|
PORTVERSION= ${CALLIGRA_VERSION}
|
2017-04-25 10:20:30 +02:00
|
|
|
PORTREVISION= 2
|
2013-02-05 12:36:39 +01:00
|
|
|
CATEGORIES= editors kde
|
2003-05-19 19:41:39 +02:00
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2012-05-31 02:09:24 +02:00
|
|
|
COMMENT= British messages and documentation for Calligra
|
2003-05-19 19:41:39 +02:00
|
|
|
|
2012-05-31 02:09:24 +02:00
|
|
|
CALLIGRA_L10N= en_GB
|
2003-05-19 19:41:39 +02:00
|
|
|
|
2016-05-24 07:44:56 +02:00
|
|
|
.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk"
|
2003-05-19 19:41:39 +02:00
|
|
|
.include <bsd.port.mk>
|