c979326070
- Move to new master site PR: 242715 Submitted by: jbeich
25 lines
510 B
Makefile
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>
|