freebsd-ports/graphics/php-facedetect/Makefile
Martin Matuska da2d7bd827 Fix build with PHP 5.4
Fix LIB_DEPENDS
2012-06-03 09:14:18 +00:00

44 lines
922 B
Makefile

# New ports collection makefile for: php5-facedetect
# Date created: 2010-03-26
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= facedetect
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/infusion/PHP-Facedetect/tarball/${GITVERSION}/
PKGNAMEPREFIX= php-
DISTNAME= infusion-PHP-Facedetect-${GITVERSION}
MAINTAINER= mm@FreeBSD.org
COMMENT= Face detection extension for PHP using OpenCV library
LICENSE= PHP30
LIB_DEPENDS= opencv_core.2:${PORTSDIR}/graphics/opencv-core \
opencv_objdetect.2:${PORTSDIR}/graphics/opencv \
GITVERSION= 4b1dfe1
FETCH_ARGS= -pRr
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= -lopencv_core
USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
CONFIGURE_ARGS+= --with-facedetect
CONFIGURE_ENV+= LIBS="${LIBS}"
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>