mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
b50a4186ce
PR: 218658 Submitted by: riggs
18 lines
332 B
Makefile
18 lines
332 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libkipiplugins
|
|
PORTVERSION= ${DIGIKAM_VER}
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= ${${KIPI_PLUGIN}_DESC}
|
|
|
|
KIPI_PLUGIN= libkipiplugins
|
|
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
|
|
|
|
USE_KDE+= libkdcraw libkexiv2 libkipi
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|