mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
37 lines
802 B
Makefile
37 lines
802 B
Makefile
# New ports collection makefile for: php4-ffmpeg
|
|
# Date created: 2006-10-19
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ffmpeg
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/${PORTNAME}-php/${PORTNAME}-php/${PORTVERSION}
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|==|=|g' ${WRKSRC}/config.m4
|
|
|
|
.include <bsd.port.mk>
|