Index: head/graphics/php4-ffmpeg/Makefile =================================================================== --- head/graphics/php4-ffmpeg/Makefile (revision 236173) +++ head/graphics/php4-ffmpeg/Makefile (revision 236174) @@ -1,31 +1,33 @@ # New ports collection makefile for: php4-ffmpeg # Date created: 2006-10-19 # Whom: Jose Alonso Cardenas Marquez # # $FreeBSD$ # PORTNAME= ffmpeg PORTVERSION= 0.5.1 CATEGORIES= graphics MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME}-php PKGNAMEPREFIX= php4- DISTNAME= ${PORTNAME}-php-${PORTVERSION} EXTRACT_SUFX= .tbz2 MAINTAINER= acm@FreeBSD.org COMMENT= The ffmpeg shared extension for php LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ avutil.1:${PORTSDIR}/multimedia/ffmpeg CFLAGS+= -I${LOCALBASE}/include DEFAULT_PHP_VER=4 IGNORE_WITH_PHP=5 USE_BZIP2= yes USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes +CONFIGURE_ARGS+= --with-ffmpeg=${LOCALBASE}/include + .include Property changes on: head/graphics/php4-ffmpeg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/graphics/php5-ffmpeg/Makefile =================================================================== --- head/graphics/php5-ffmpeg/Makefile (revision 236173) +++ head/graphics/php5-ffmpeg/Makefile (revision 236174) @@ -1,31 +1,33 @@ # New ports collection makefile for: php4-ffmpeg # Date created: 2006-10-19 # Whom: Jose Alonso Cardenas Marquez # # $FreeBSD$ # PORTNAME= ffmpeg PORTVERSION= 0.6.0 CATEGORIES= graphics MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME}-php PKGNAMEPREFIX= php5- DISTNAME= ${PORTNAME}-php-${PORTVERSION} EXTRACT_SUFX= .tbz2 MAINTAINER= acm@FreeBSD.org COMMENT= The ffmpeg shared extension for php LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ avutil.1:${PORTSDIR}/multimedia/ffmpeg CFLAGS+= -I${LOCALBASE}/include DEFAULT_PHP_VER=5 IGNORE_WITH_PHP=4 USE_BZIP2= yes USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes +CONFIGURE_ARGS+= --with-ffmpeg=${LOCALBASE}/include + .include Property changes on: head/graphics/php5-ffmpeg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property