19 lines
296 B
Makefile
19 lines
296 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= xscope
|
||
|
PORTVERSION= 1.4.1
|
||
|
CATEGORIES= x11
|
||
|
MASTER_SITES= XORG/individual/${XORG_CAT}/
|
||
|
|
||
|
MAINTAINER= x11@FreeBSD.org
|
||
|
COMMENT= X Window Protocol Viewer
|
||
|
|
||
|
LICENSE= MIT
|
||
|
|
||
|
XORG_CAT= app
|
||
|
USE_XORG= xproto x11 xext
|
||
|
|
||
|
PLIST_FILES= bin/xscope man/man1/xscope.1.gz
|
||
|
|
||
|
.include <bsd.port.mk>
|