e5716cebd1
PR: 287889
18 lines
350 B
Makefile
18 lines
350 B
Makefile
PORTNAME= xscope
|
|
DISTVERSION= 1.4.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Window Protocol Viewer
|
|
WWW= https://gitlab.freedesktop.org/xorg/app/xscope
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz xorg xorg-cat:app
|
|
USE_XORG= xorgproto xtrans
|
|
|
|
PLIST_FILES= bin/xscope share/man/man1/xscope.1.gz
|
|
|
|
.include <bsd.port.mk>
|