49be1cb04a
This is poppler, a PDF rendering library. It is a fork of the xpdf 3.0 PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC. Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort and to reduce duplicated effort. And the poppler developers would like to move libpoppler forward in a number of areas that doesn't fit within the goals of xpdf.
18 lines
515 B
Makefile
18 lines
515 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/07/08 20:31:34 reed Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
POPPLER_BUILDLINK3_MK:= ${POPPLER_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= poppler
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npoppler}
|
|
BUILDLINK_PACKAGES+= poppler
|
|
|
|
.if !empty(POPPLER_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.poppler+= poppler>=0.3.3
|
|
BUILDLINK_PKGSRCDIR.poppler?= ../../print/poppler
|
|
.endif # POPPLER_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|