forked from Lainports/freebsd-ports
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
39 lines
804 B
Makefile
39 lines
804 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libva-utils
|
|
PORTVERSION= 2.5.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Collection of tests and utilities for VAAPI
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libva.so:multimedia/libva \
|
|
libdrm.so:graphics/libdrm
|
|
|
|
USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig tar:bzip2
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= intel
|
|
|
|
OPTIONS_DEFINE= DEBUG WAYLAND X11
|
|
OPTIONS_DEFAULT=WAYLAND X11
|
|
WAYLAND_DESC= Support wayland protocol
|
|
OPTIONS_SUB= yes
|
|
|
|
DEBUG_CFLAGS= -D_DEBUG
|
|
DEBUG_CFLAGS_OFF= -DNDEBUG
|
|
|
|
WAYLAND_CONFIGURE_ENABLE= wayland
|
|
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
|
|
|
X11_CONFIGURE_ENABLE= x11
|
|
X11_USE= XORG=x11,xext,xfixes
|
|
|
|
.include <bsd.port.mk>
|