freebsd-ports/multimedia/vdpauinfo/Makefile
Guido Falsi c979326070 - Update libvdpau and vdpauinfo to 1.3
- Move to new master site

PR:		242715
Submitted by:	jbeich
2019-12-20 14:54:08 +00:00

25 lines
510 B
Makefile

# Created by: Anonymous <swell.k@gmail.com>
# $FreeBSD$
PORTNAME= vdpauinfo
PORTVERSION= 1.3
CATEGORIES= multimedia
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Tool to query VDPAU capabilities
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libvdpau.so:multimedia/libvdpau
USES= autoreconf pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= vdpau
GL_COMMIT= 0bc58c03e61e038ba3b81dfff36cc35cadfae447
GNU_CONFIGURE= yes
PLIST_FILES= bin/vdpauinfo
.include <bsd.port.mk>