summaryrefslogtreecommitdiff
path: root/x11/xdpyinfo/Makefile
blob: 3dd1d659e6c2875484b9e7315a84f42affcc0fb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	xdpyinfo
PORTVERSION=	1.3.1
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

MAN1=		xdpyinfo.1

NO_STAGE=	yes
.include <bsd.port.mk>