diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-12-30 15:47:48 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-12-30 15:47:48 +0800 |
commit | f50a060f55c85bf261b4df4498a3d61957390dd1 (patch) | |
tree | ee1fbc6a484238e2a2f42270756dc5593a6d8a93 /x11/Makefile | |
parent | 26b0a758cac7081814599f73bedc2ddc1ce24e9b (diff) | |
download | freebsd-ports-gnome-f50a060f55c85bf261b4df4498a3d61957390dd1.tar.gz freebsd-ports-gnome-f50a060f55c85bf261b4df4498a3d61957390dd1.tar.zst freebsd-ports-gnome-f50a060f55c85bf261b4df4498a3d61957390dd1.zip |
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.
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 |