a4505014d2
It provides SAX, DOM, and special Jabber stream APIs. Library is coded in ANSI C except the network code (which is POSIX compatible), thus highly portable.
14 lines
362 B
Makefile
14 lines
362 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/10/12 03:15:20 jnemeth Exp $
|
|
|
|
BUILDLINK_TREE+= iksemel
|
|
|
|
.if !defined(IKSEMEL_BUILDLINK3_MK)
|
|
IKSEMEL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.iksemel+= iksemel>=1.4
|
|
BUILDLINK_PKGSRCDIR.iksemel?= ../../textproc/iksemel
|
|
|
|
#.include "../../security/gnutls/buildlink3.mk"
|
|
.endif # IKSEMEL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -iksemel
|