aboutsummaryrefslogtreecommitdiff
path: root/x11/xdpyinfo/Makefile
blob: bcaeb1d888b6038ffd86ccb54de5ca9d569518b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	xdpyinfo
PORTVERSION=	1.3.2
PORTREVISION=	5
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	Display information utility for X

LICENSE=	MIT

USES=		xorg xorg-cat:app
USE_XORG=	x11 xcb xcomposite xext xinerama xorgproto xrender \
		xtst xxf86dga xxf86vm

CONFIGURE_ARGS=	--without-xf86misc

PLIST_FILES=	bin/xdpyinfo share/man/man1/xdpyinfo.1.gz
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share

.include <bsd.port.mk>