mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
cf118ccf87
Reported by: lwhsu
20 lines
383 B
Makefile
20 lines
383 B
Makefile
PORTNAME= xdpyinfo
|
|
PORTVERSION= 1.3.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Display information utility for X
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= dmx x11 xcb xcomposite xext xinerama xorgproto xrender \
|
|
xtst xxf86dga xxf86vm
|
|
|
|
CONFIGURE_ARGS= --without-xf86misc
|
|
|
|
PLIST_FILES= bin/xdpyinfo man/man1/xdpyinfo.1.gz
|
|
|
|
.include <bsd.port.mk>
|