The OpenJPEG library is an open-source JPEG 2000 codec written in C. It has been developed in order to promote the use of JPEG 2000 and is licensed under a BSD license.
12 lines
320 B
Makefile
12 lines
320 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/09/09 02:15:22 joerg Exp $
|
|
|
|
BUILDLINK_TREE+= openjpeg
|
|
|
|
.if !defined(OPENJPEG_BUILDLINK3_MK)
|
|
OPENJPEG_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.openjpeg+= openjpeg>=1.3
|
|
BUILDLINK_PKGSRCDIR.openjpeg?= ../../graphics/openjpeg
|
|
.endif # OPENJPEG_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -openjpeg
|