1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/graphics/php-facedetect/Makefile
Yuri Victorovich 0a2c5ca042 graphics/opencv: update 4.6.0 → 4.9.0
PR:	275977
Approved by:	desktop@FreeBSD.org (maintainers timeout; 4+ months)
2024-05-02 10:42:04 -07:00

28 lines
563 B
Makefile

PORTNAME= facedetect
PORTVERSION= 1.1
PORTREVISION= 17
CATEGORIES= graphics
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
MAINTAINER= mm@FreeBSD.org
COMMENT= Face detection extension for PHP using OpenCV library
WWW= https://www.xarg.org/project/php-facedetect/
LICENSE= PHP30
LIB_DEPENDS= libopencv_objdetect.so:graphics/opencv
USE_GITHUB= yes
GH_ACCOUNT= infusion
GH_PROJECT= PHP-Facedetect
GH_TAGNAME= 0e243c5
LIBS+= -lopencv_core
USES= compiler:c11 localbase php:ext pkgconfig
IGNORE_WITH_PHP= 82 83
CONFIGURE_ARGS+= --with-facedetect
.include <bsd.port.mk>