mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
8760300d5b
* Otherwise linking may fail with OpenCV was compiled with TBB. PR: 219981 Reported by: Melvyn Sopacua <m.r.sopacua@gmail.com>
20 lines
485 B
Makefile
20 lines
485 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
|
|
PORTVERSION= ${DIGIKAM_VER}
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= ${${KIPI_PLUGIN}_DESC}
|
|
|
|
LIB_DEPENDS= libopencv_legacy.so:graphics/opencv
|
|
# Ensure -L${LOCALBASE}/lib is in the linker flags, as
|
|
# the cmake files do not properly handle opencv with tbb
|
|
# enabled.
|
|
USES+= localbase:ldflags
|
|
|
|
KIPI_PLUGIN= removeredeyes
|
|
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
|
|
.include <bsd.port.mk>
|