pkgsrc/graphics/jbig2dec/Makefile
joerg a68caec757 Import jbig2dec-0.11:
jbig2dec is a decoder for the JGIB2 image compression format.  JBIG2 is
designed for lossy and lossless encoding of monochrome images at
moderately high resolutions.  For scanned paper documents, compression
ratios on the order of 100:1 are often seen.
2010-09-09 02:13:50 +00:00

18 lines
413 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/09 02:13:50 joerg Exp $
#
DISTNAME= jbig2dec-0.11
CATEGORIES= graphics
MASTER_SITES= http://ghostscript.com/~giles/jbig2/jbig2dec/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://jbig2dec.sourceforge.net
COMMENT= JBIG2 decoder library
PKG_DESTDIR_SUPPORT= user-destdir
LICENSE= gnu-gpl-v3
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"