1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11/xrandr/Makefile
Niclas Zeising d31e03e4d3 x11/xrandr: Update to 1.5.1
Update x11/xrandir to 1.5.1
add LICENSE_FILE
Upstreamed has switched to xz for the source tarball
This is a maitnenance release

Changelog:
https://lists.x.org/archives/xorg-announce/2019-August/003018.html

Obtained from:	FreeBSD Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs
2019-08-18 15:28:44 +00:00

22 lines
355 B
Makefile

# $FreeBSD$
PORTNAME= xrandr
PORTVERSION= 1.5.1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Primitive command line interface to the RandR extension
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz
XORG_CAT= app
USE_XORG= xrandr xrender x11
PLIST_FILES= bin/xrandr \
bin/xkeystone \
man/man1/xrandr.1.gz
.include <bsd.port.mk>