mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
57d43f4faf
Release notes: https://lists.x.org/archives/xorg-announce/2024-February/003456.html Sponsored by: Beckhoff Automation GmbH & Co. KG
20 lines
398 B
Makefile
20 lines
398 B
Makefile
PORTNAME= libXvMC
|
|
PORTVERSION= 1.0.14
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Video Extension Motion Compensation library
|
|
WWW= https://www.freedesktop.org/wiki/Software/xlibs/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe tar:xz xorg xorg-cat:lib
|
|
USE_XORG= x11 xext xorgproto xv
|
|
CPE_VENDOR= x
|
|
CPE_PRODUCT= libxvmc
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|