0ca9a312ae
All of the Calligra translations can use %%LANG%% in their plists to reduce plist-differences across the translations and reduce churn. Also introduces ${CURDIR:H:H} instead of some ${CURDIR}/../.. constructions. Original work by tcberner. PR: 209268 Submitted by: Adriaan de Groot <groot@kde.org> (kde)
14 lines
306 B
Makefile
14 lines
306 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= calligra-l10n
|
|
PORTVERSION= ${CALLIGRA_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Estonian messages and documentation for Calligra
|
|
|
|
CALLIGRA_L10N= et
|
|
|
|
.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk"
|
|
.include <bsd.port.mk>
|