Packaged by Kamel Derouiche. nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321, 2143, 2312).
23 lines
582 B
Makefile
23 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/05/30 00:16:10 obache Exp $
|
|
#
|
|
|
|
DISTNAME= libnxml-0.18.3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.autistici.org/bakunin/libnxml/
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= http://www.autistici.org/bakunin/libnxml/doc/
|
|
COMMENT= C library for parsing, writing and creating XML files or streams
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= nxml.pc.in
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|