aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libde265/Makefile
blob: 95b1e80eab7e297ade9fefdbaed78bb1cca3ae1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libde265
PORTVERSION=    1.0.2
PORTREVISION=   2
DISTVERSIONPREFIX=  v
CATEGORIES= multimedia

MAINTAINER= kwm@FreeBSD.org
COMMENT=    Open source h.265 video codec

USE_GITHUB= yes
GH_ACCOUNT= strukturag

USES=       autoreconf compiler:c++11-lib libtool pathfix pkgconfig
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-sherlock265 --disable-dec265

BROKEN_armv6=       fails to compile: invokes x86 assembler

.include <bsd.port.mk>