|
Lines 13-20
COMMENT= VP8/VP9 Codec SDK
Link Here
|
| 13 |
LICENSE= BSD3CLAUSE |
13 |
LICENSE= BSD3CLAUSE |
| 14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 15 |
|
15 |
|
| 16 |
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ |
16 |
BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm |
| 17 |
yasm:${PORTSDIR}/devel/yasm |
|
|
| 18 |
|
17 |
|
| 19 |
USES= cpe gmake perl5 shebangfix tar:bzip2 |
18 |
USES= cpe gmake perl5 shebangfix tar:bzip2 |
| 20 |
CPE_VENDOR= john_koleszar |
19 |
CPE_VENDOR= john_koleszar |
|
Lines 88-96
IGNORE= no support for ${ARCH} the momen
Link Here
|
| 88 |
post-patch: |
87 |
post-patch: |
| 89 |
@${REINPLACE_CMD} 's|\(link_with_cc\)=gcc|\1=$${CC}|' \ |
88 |
@${REINPLACE_CMD} 's|\(link_with_cc\)=gcc|\1=$${CC}|' \ |
| 90 |
${WRKSRC}/build/make/configure.sh |
89 |
${WRKSRC}/build/make/configure.sh |
| 91 |
@${REINPLACE_CMD} -e 's|%%DESTDIR%%|${STAGEDIR}|g' \ |
|
|
| 92 |
${WRKSRC}/build/make/Makefile ${WRKSRC}/libs.mk |
| 93 |
@${GREP} -Rl '^#!/bin/bash' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ |
| 94 |
-e 's,#!/bin/bash,#!/usr/bin/env bash,g' |
| 95 |
|
90 |
|
| 96 |
.include <bsd.port.mk> |
91 |
.include <bsd.port.mk> |