0d5fecae36
Obtained from: Xorg devel repo
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xdpyinfo
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Display information utility for X
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= dmx x11 xcb xcomposite xext xinerama xproto xrender \
|
|
xtst xxf86dga xxf86misc xxf86vm
|
|
|
|
PLIST_FILES= bin/xdpyinfo man/man1/xdpyinfo.1.gz
|
|
|
|
.include <bsd.port.mk>
|