mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
20 lines
309 B
Makefile
20 lines
309 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xrandr
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Primitive command line interface to the RandR extension
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xrandr xrender x11
|
|
|
|
PLIST_FILES= bin/xrandr \
|
|
bin/xkeystone \
|
|
man/man1/xrandr.1.gz
|
|
|
|
.include <bsd.port.mk>
|