279d2e8063
- Add new kipi-plugin port for jalbumexport - Remove useless LATEST_LINK - Bring stage support - Convert to options helpers, new style LIB_DEPENDS - Add patch to fix linking with libpgf [1] PR: ports/184942 [1] Reported by: Mike Clarke <jmc-freebsd2 at milibyte.co.uk>
20 lines
456 B
Makefile
20 lines
456 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= digikam-l10n
|
|
PORTVERSION= ${DIGIKAM_VER}
|
|
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>
|