freebsd-ports/graphics/libkface/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

21 lines
457 B
Makefile

# $FreeBSD$
PORTNAME= libkface
PORTVERSION= ${DIGIKAM_VER}
PORTREVISION= 3
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE4 library for face recognition
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
USES+= pkgconfig
LIB_DEPENDS= libopencv_legacy.so:${PORTSDIR}/graphics/opencv
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>