blob: edf9476a4065e5ca75eda90946e5eba761bd7723 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= xscope
PORTVERSION= 1.4.1
PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Window Protocol Viewer
LICENSE= MIT
USES= xorg xorg-cat:app
USE_XORG= xorgproto x11 xext
PLIST_FILES= bin/xscope man/man1/xscope.1.gz
.include <bsd.port.mk>
|