pkgsrc/textproc/iksemel/Makefile
jnemeth a4505014d2 This is an XML parser library mainly designed for Jabber applications.
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.
2011-10-12 03:15:20 +00:00

25 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/10/12 03:15:20 jnemeth Exp $
#
DISTNAME= iksemel-1.4
CATEGORIES= textproc
MASTER_SITES= http://iksemel.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/iksemel/
COMMENT= XML parser library mainly designed for Jabber applications
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
INFO_FILES= yes
PKGCONFIG_OVERRIDE+= iksemel.pc.in
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.prefs.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"