mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
cf118ccf87
Reported by: lwhsu
17 lines
270 B
Makefile
17 lines
270 B
Makefile
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>
|