aboutsummaryrefslogtreecommitdiff
path: root/multimedia/rav1e
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-11-11 12:36:02 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-11-11 12:36:02 +0000
commit646e4032d568980e3769e8e54bb61d61865fe69a (patch)
treecc5dce2f7e0d933c4bd04820e96618074aafe4b3 /multimedia/rav1e
parent653760085ce01d6cdf8d56824ad3a15ed2584426 (diff)
downloadports-646e4032d568980e3769e8e54bb61d61865fe69a.tar.gz
ports-646e4032d568980e3769e8e54bb61d61865fe69a.zip
multimedia/ffmpeg: backport rav1e support
Notes
Notes: svn path=/head/; revision=517258
Diffstat (limited to 'multimedia/rav1e')
-rw-r--r--multimedia/rav1e/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile
index e4d8b15f9cce..fb2f2e7b4bc6 100644
--- a/multimedia/rav1e/Makefile
+++ b/multimedia/rav1e/Makefile
@@ -10,13 +10,13 @@ COMMENT= Fast and safe AV1 encoder
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}}
+BUILD_DEPENDS+= ${BUILD_DEPENDS_${ARCH}}
BUILD_DEPENDS_amd64= nasm:devel/nasm
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= xiph
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES?= bin/${PORTNAME}
CARGO_CRATES= adler32-1.0.4 \
aho-corasick-0.7.6 \
@@ -156,7 +156,9 @@ CARGO_CRATES= adler32-1.0.4 \
wincolor-1.0.2 \
y4m-0.4.0
+.if !target(post-install)
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+.endif
.include <bsd.port.mk>