mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
22 lines
472 B
Makefile
22 lines
472 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= digikam-l10n
|
|
PORTVERSION= ${DIGIKAM_VER}
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= l10n for digiKam, showFoto, and Kipi-plugins
|
|
|
|
CONFLICTS_INSTALL= digikam-2.* kipi-plugins-2.* libkgeomap-2.*
|
|
|
|
USES= gettext:build
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/po
|
|
|
|
pre-configure:
|
|
# avoid conflicts with kde4-l10n ports:
|
|
${RM} ${WRKSRC}/*/libkipi.po
|
|
|
|
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
|
|
.include <bsd.port.mk>
|