diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-17 17:44:51 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-17 17:44:51 +0000 |
commit | 5184d4f1dc0c90a2c1a8f1e6f9981b1a75bfcdf6 (patch) | |
tree | c04ad63f47f12f9a46cd5c73cdee8e2d83570675 /graphics/php4-ffmpeg/Makefile | |
parent | 22e331944c42910b28a694f3ff3826f86954e048 (diff) |
Notes
Diffstat (limited to 'graphics/php4-ffmpeg/Makefile')
-rw-r--r-- | graphics/php4-ffmpeg/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/php4-ffmpeg/Makefile b/graphics/php4-ffmpeg/Makefile new file mode 100644 index 000000000000..2e3351f73119 --- /dev/null +++ b/graphics/php4-ffmpeg/Makefile @@ -0,0 +1,30 @@ +# 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.5.0 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=${PORTNAME}-${PKGNAMEPREFIX:S/4-//} +PKGNAMEPREFIX?= php4- +DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX:S/4-//:S/5-//}-${PORTVERSION} +EXTRACT_SUFX= .tbz2 + +MAINTAINER= acm@FreeBSD.org +COMMENT= The ffmpeg shared extension for php + +LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ + gd.4:${PORTSDIR}/graphics/gd + +USE_BZIP2= yes +USE_PHP= yes +USE_PHPEXT= yes +IGNORE_WITH_PHP?=5 +DEFAULT_PHP_VER?=4 +CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include + +.include <bsd.port.mk> |