diff options
author | nik <nik@FreeBSD.org> | 2001-05-18 16:32:25 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-05-18 16:32:25 +0000 |
commit | 6148fd04f8c1c45dcff559ad4a69ee97af3dcd34 (patch) | |
tree | 9ffc6e40bd44aa11689273e479182d2962dada3b /graphics/Makefile | |
parent | ce329a2182172d5acfdc0c4fb8fbffa513956c8d (diff) | |
download | FreeBSD-ports-6148fd04f8c1c45dcff559ad4a69ee97af3dcd34.zip FreeBSD-ports-6148fd04f8c1c45dcff559ad4a69ee97af3dcd34.tar.gz |
Add shot2png, which takes syscons screenshots generated by scrshot(1) and
turns 'em in to PNG files.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index d9a2544..ea338cd 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -212,6 +212,7 @@ SUBDIR += sdl_image SUBDIR += sdl_ttf SUBDIR += seejpeg + SUBDIR += shot2png SUBDIR += sketch SUBDIR += smpeg SUBDIR += smpeg-xmms |