diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-12-30 07:47:48 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-12-30 07:47:48 +0000 |
commit | 8fee961560c8fb1d186f904fb2b22580d1212f5e (patch) | |
tree | bbb419ea9573273337aec5a6a4089f812e669081 /x11/Makefile | |
parent | dee1c59f9016af93a3aabc32c7d15aef0ea2694f (diff) |
add grabc 1.1
grabc is s simple but very useful program to determine the color string in hex
(or RGB components) by clicking on a pixel on the screen.
Notes
Notes:
svn path=/head/; revision=96924
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 aafd50634a67..d861071bc341 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -60,6 +60,7 @@ SUBDIR += gnomesession SUBDIR += gnometerminal SUBDIR += gnopernicus + SUBDIR += grabc SUBDIR += gromit SUBDIR += gswitchit SUBDIR += gtk-theme-switch |