198e54bef8
Rosenvik. LibPGF is a library for encoding and decoding the progressive graphics file (PGF) format. PGF is is based on discrete, fast wavelet transform with progressive coding features and has both lossy and lossless compression.
12 lines
300 B
Makefile
12 lines
300 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/07/22 17:36:49 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= libpgf
|
|
|
|
.if !defined(LIBPGF_BUILDLINK3_MK)
|
|
LIBPGF_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libpgf+= libpgf>=6.14.12
|
|
BUILDLINK_PKGSRCDIR.libpgf?= ../../graphics/libpgf
|
|
.endif # LIBPGF_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libpgf
|