38976e5c1e
- Add LICENSE - Update dependency: use multimedia/ffmpeg instead of multimedia/ffmpeg0 - Support STAGEDIR - Cleanup Makefile - Reformat pkg-descr - Use single space after WWW: - Take maintainership Changes: http://sourceforge.net/p/ffmpeg-php/code/commit_browser
25 lines
534 B
Makefile
25 lines
534 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ffmpeg
|
|
PORTVERSION= 0.6.0.20120114
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= LOCAL/sunpoet
|
|
PKGNAMEPREFIX= php5-
|
|
DISTNAME= ${PORTNAME}-php-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= The ffmpeg shared extension for php
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \
|
|
libavutil.so:${PORTSDIR}/multimedia/ffmpeg
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
USE_PHPIZE= yes
|
|
USES= tar:xz
|
|
|
|
.include <bsd.port.mk>
|