168f57451a
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# Created by: Anonymous <swell.k@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vdpauinfo
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://people.freedesktop.org/~aplattner/vdpau/
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Tool to query VDPAU capabilities
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libvdpau.so:${PORTSDIR}/multimedia/libvdpau
|
|
|
|
USES= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/vdpauinfo
|
|
|
|
.include <bsd.port.mk>
|