mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
28 lines
536 B
Makefile
28 lines
536 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
|
|
PORTNAME= facedetect
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 11
|
|
CATEGORIES= graphics
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= Face detection extension for PHP using OpenCV library
|
|
|
|
LICENSE= PHP30
|
|
|
|
LIB_DEPENDS= libopencv_objdetect.so:graphics/opencv
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= infusion
|
|
GH_PROJECT= PHP-Facedetect
|
|
GH_TAGNAME= 2a8974b
|
|
|
|
LIBS+= -lopencv_core
|
|
|
|
USES= compiler:c11 localbase php:ext pkgconfig
|
|
|
|
CONFIGURE_ARGS+= --with-facedetect
|
|
|
|
.include <bsd.port.mk>
|