freebsd-ports/multimedia/vdpauinfo/Makefile
Max Brazhnikov 3cb5ec6852 Add license info
Remove md5 sums

PR:		ports/153589
Submitted by:	maintainer (swell.k at gmail.com)
2011-01-02 14:13:02 +00:00

25 lines
507 B
Makefile

# New ports collection makefile for: vdpauinfo
# Date created: 2010-09-08
# Whom: Anonymous <swell.k@gmail.com>
#
# $FreeBSD$
#
PORTNAME= vdpauinfo
PORTVERSION= 0.0.6
CATEGORIES= multimedia
MASTER_SITES= http://people.freedesktop.org/~aplattner/vdpau/
MAINTAINER= swell.k@gmail.com
COMMENT= A tool to query VDPAU capabilities
LIB_DEPENDS= vdpau.1:${PORTSDIR}/multimedia/libvdpau
GNU_CONFIGURE= yes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= bin/vdpauinfo
.include <bsd.port.mk>