blob: 42d89c8524d3acb1875f5f6779655908db454fb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= xprop
PORTVERSION= 1.2.5
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Property displayer for X
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= x11
PLIST_FILES= bin/xprop man/man1/xprop.1.gz
.include <bsd.port.mk>
|