- Convert to staging
- Pet portlint warning about LICENSE section - Convert to new LIB_DEPENDS format - Adopt
This commit is contained in:
parent
54553c2538
commit
507f5fa923
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330313
1 changed files with 6 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue