pkgsrc/textproc/libxml++/Makefile
wiz 342f072523 Initial import of libxml++-1.0.5 (older version of libxml++2, used
by libofx).

This library provides a C++ interface to XML files.  It uses libxml2
to access the XML files, and in order to configure libxml++ you
must have both libxml and pkg-config installed.

A newer version of this library is in textproc/libxml++2.
2006-09-03 12:53:29 +00:00

22 lines
566 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/09/03 12:53:29 wiz Exp $
#
DISTNAME= libxml++-1.0.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml++/1.0/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://libxmlplusplus.sourceforge.net/
COMMENT= C++ wrapper for the libxml XML parser library
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libxml++-1.0.pc.in
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"