pkgsrc-wip/flimsel/Makefile
Blue Rats bb6ccdb331 flimsel is a minimalistic digitial image browser based on the fltk toolkit. It
displays thumbnails of images given on the command line. It is intended to be
used in digital image processing shell scripts see script in the examples
directory. flimsel uses the very fast epeg library by The Rasterman (Carsten
Haitzler) for JPEG thumbnail generation but falls back to fltk native methods
for other image formats.
2008-08-12 15:05:50 +00:00

18 lines
492 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/08/12 15:05:50 othyro Exp $
#
DISTNAME= flimsel-0.0.5
CATEGORIES= graphics
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ecademix.com/JohannesHofmann/
COMMENT= Minimalistic image browser
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
.include "../../graphics/epeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/fltk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"