- Convert to staging

- Pet portlint warning about LICENSE section
- Convert to new LIB_DEPENDS format
- Adopt
This commit is contained in:
Guido Falsi 2013-10-14 12:20:58 +00:00
parent 54553c2538
commit 507f5fa923
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330313

View file

@ -6,18 +6,17 @@ PORTVERSION= 0.0.6
CATEGORIES= multimedia
MASTER_SITES= http://people.freedesktop.org/~aplattner/vdpau/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= madpilot@FreeBSD.org
COMMENT= A tool to query VDPAU capabilities
LIB_DEPENDS= vdpau.1:${PORTSDIR}/multimedia/libvdpau
USES= pkgconfig
GNU_CONFIGURE= yes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libvdpau.so:${PORTSDIR}/multimedia/libvdpau
USES= pkgconfig
GNU_CONFIGURE= yes
PLIST_FILES= bin/vdpauinfo
NO_STAGE= yes
.include <bsd.port.mk>