mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
98f9472f19
Update x11/xvinfo to 1.1.4 Add license information. Changelog: https://lists.x.org/archives/xorg/2019-February/059618.html PR: 235932 Submitted by: Samy Mahmoudi Sponsored by: B3 Init (zeising)
19 lines
299 B
Makefile
19 lines
299 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xvinfo
|
|
PORTVERSION= 1.1.4
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Print out X-Video extension adaptor information
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xv x11
|
|
|
|
PLIST_FILES= bin/xvinfo man/man1/xvinfo.1.gz
|
|
|
|
.include <bsd.port.mk>
|