mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
3bb1942cc4
libXext to 1.3.3 libxcb and xcb-proto to 1.11 libxkbcommon to 0.5.0 pixman to 0.32.6 xinit to 1.3.4 xkeyboard-config to 2.13 xrandr to 1.4.3 xtrans to 1.3.5 Use INSTALL_TARGET=install-strip for stripping. Drop @dirrm[try] from plist Obtained from: xorg-dev repo
18 lines
295 B
Makefile
18 lines
295 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xrandr
|
|
PORTVERSION= 1.4.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Primitive command line interface to the RandR extension
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xrandr xrender x11
|
|
|
|
PLIST_FILES= bin/xrandr \
|
|
bin/xkeystone \
|
|
man/man1/xrandr.1.gz
|
|
|
|
.include <bsd.port.mk>
|