mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
0dbf2df9ca
- Update WWW Approved by: portmgr blanket
29 lines
524 B
Makefile
29 lines
524 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= facedetect
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 7
|
|
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= 4b1dfe1
|
|
|
|
LIBS+= -lopencv_core
|
|
|
|
USES= localbase php:ext
|
|
|
|
CONFIGURE_ARGS+= --with-facedetect
|
|
|
|
.include <bsd.port.mk>
|