39 lines
788 B
Makefile
39 lines
788 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libva-utils
|
|
PORTVERSION= 2.4.0
|
|
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>
|