066ed09eff
JBIG-KIT implements a highly effective data compression algorithm for bi-level high-resolution images such as fax pages or scanned documents. JBIG-KIT provides a portable library of compression and decompression functions with a documented interface. You can very easily include into your image or document processing software. In addition, JBIG-KIT provides ready-to-use compression and decompression programs with a simple command line interface (similar to the converters found in Jef Poskanzer's PBM graphics file conversion package).
12 lines
312 B
Makefile
12 lines
312 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/01/21 12:35:31 obache Exp $
|
|
|
|
BUILDLINK_TREE+= jbigkit
|
|
|
|
.if !defined(JBIGKIT_BUILDLINK3_MK)
|
|
JBIGKIT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.jbigkit+= jbigkit>=2.0
|
|
BUILDLINK_PKGSRCDIR.jbigkit?= ../../graphics/jbigkit
|
|
.endif # JBIGKIT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -jbigkit
|