freebsd-ports/multimedia/vdpauinfo/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
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)
2014-07-07 15:31:01 +00:00

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>