freebsd-ports/graphics/libkface/Makefile
Tobias C. Berner 737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00

23 lines
592 B
Makefile

# $FreeBSD$
PORTNAME= libkface
PORTVERSION= ${KDE4_APPLICATIONS_VERSION}
PORTREVISION= 4
CATEGORIES= graphics kde
MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE4 library for face recognition
LICENSE= GPLv2+ LGPL20+
LICENSE_COMB= multi
LIB_DEPENDS= libopencv_legacy.so:graphics/opencv
USES= cmake:outsource kde:4 pathfix pkgconfig tar:xz
USE_KDE= kdelibs automoc4 marble
USE_LDCONFIG= yes
USE_QT4= network phonon xml moc_build qmake_build rcc_build uic_build
.include <bsd.port.mk>