1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/php-facedetect/Makefile
Dmitry Marakasov 0dbf2df9ca - Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2018-06-14 09:34:31 +00:00

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>