pkgsrc/textproc/libpathan/buildlink3.mk
minskim 368e6fea3a Import libpathan-1.2.2 from pkgsrc-wip.
The Pathan project grew out of DecisionSoft's work on XMLScript, an
XML transformation language.

XPath was adopted as a node selection language by XMLScript when the
XPath specification was ratified by the W3C.  DecisionSoft's XMLScript
processor is based on Xerces-C, a Document Object Model compliant XML
parser. Pathan therefore was designed from the base up to be fully
compatible with the Xerces parser.

Pathan 1 represents the open sourcing of the XPath component of
DecisionSoft's XMLScript processor.  Pathan 1 features a full
implementation of the XPath 1.0 Specification.  Pathan 1 implements
the W3C DOM Level 3 XPath Specification (Working Draft February 08
2002) providing a powerful and coherent interface between XPath and
DOM and hence a standardised interface with Xerces.
2004-02-12 02:41:18 +00:00

22 lines
611 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/02/12 02:41:18 minskim Exp $
#
# This Makefile fragment is included by packages that use libpathan.
#
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBPATHAN_BUILDLINK3_MK:= ${LIBPATHAN_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= libpathan
.endif
.if !empty(LIBPATHAN_BUILDLINK3_MK:M+)
BUILDLINK_PACKAGES+= libpathan
BUILDLINK_DEPENDS.libpathan+= libpathan>=1.2.2
BUILDLINK_PKGSRCDIR.libpathan?= ../../wip/libpathan
.include "../../textproc/xerces-c/buildlink3.mk"
.endif # LIBPATHAN_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}