update Sun Jan 17 06:37:00 PST 2010
[pkgsrc.git] / textproc / libnxml / Makefile
1 # $NetBSD: Makefile,v 1.2 2010/01/17 12:02:46 wiz Exp $
2 #
3
4 DISTNAME=       libnxml-0.18.3
5 PKGREVISION=    1
6 CATEGORIES=     textproc
7 MASTER_SITES=   http://www.autistici.org/bakunin/libnxml/
8
9 MAINTAINER=     kamel.derouiche@gmail.com
10 HOMEPAGE=       http://www.autistici.org/bakunin/libnxml/doc/
11 COMMENT=        C library for parsing, writing and creating XML files or streams
12 LICENSE=        gnu-lgpl-v2.1
13
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 GNU_CONFIGURE=  yes
17 USE_LIBTOOL=    yes
18 USE_TOOLS+=     pkg-config
19 USE_LANGUAGES=          c c++
20
21 PKGCONFIG_OVERRIDE+=    nxml.pc.in
22
23 .include "../../www/curl/buildlink3.mk"
24 .include "../../mk/bsd.pkg.mk"