diff options
author | pav <pav@FreeBSD.org> | 2005-11-24 05:51:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-24 05:51:11 +0800 |
commit | 1729945902badee020747dacee0d7e944b94a5d8 (patch) | |
tree | 443bc061252efe18e07a6a5511abacbf0025d46e /x11/Makefile | |
parent | a55313b77d4240965dee4009d79174ab365ed75a (diff) | |
download | freebsd-ports-graphics-1729945902badee020747dacee0d7e944b94a5d8.tar.gz freebsd-ports-graphics-1729945902badee020747dacee0d7e944b94a5d8.tar.zst freebsd-ports-graphics-1729945902badee020747dacee0d7e944b94a5d8.zip |
XScoop provides the ability to quickly determine which underlying X libraries
were statically linked into an application, even when the source is not
available. XScoop parses an executable, looking for matches on a subset of
sample keywords that may identify the library being used. It does not produce
absolute results, and instead supplies a report with key-hits which represent
the likelihood that a particular library is present in the binary.
PR: ports/89419
Submitted by: Ron Scheckelhoff <rscheckelhoff@yahoo.com>
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 71d91f8cdda..f5413902ca5 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -258,6 +258,7 @@ SUBDIR += xrestop SUBDIR += xrootconsole SUBDIR += xrsh + SUBDIR += xscoop SUBDIR += xscreensaver SUBDIR += xscreensaver-gnome SUBDIR += xscreensaver-gnome-hacks |