blob: e2de881f4213e3d19a953d9ac4ecf6a0602f08e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|