9bdc78f886
This is a major update, switches to the 0.12 release branch. Most notable change is that the color management stuff which we had as patches in pkgsrc is official now. Otherwise - many fixes and enhancements. (while this is a .0 release I've been tracking the 0.11.x snapshots and release candidate for a while so I don't expect big problems)
14 lines
437 B
Makefile
14 lines
437 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2009/09/09 19:57:06 drochner Exp $
|
|
|
|
BUILDLINK_DEPMETHOD.poppler-includes?= build
|
|
|
|
BUILDLINK_TREE+= poppler-includes
|
|
|
|
.if !defined(POPPLER_INCLUDES_BUILDLINK3_MK)
|
|
POPPLER_INCLUDES_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.poppler-includes+= poppler-includes>=0.10.0
|
|
BUILDLINK_PKGSRCDIR.poppler-includes?= ../../print/poppler-includes
|
|
.endif # POPPLER_INCLUDES_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -poppler-includes
|