ee7c99e903
libxml++ is a C++ interface for working with XML files. It uses libxml2 to parse and write the actual XML files. It has a simple and complete API. (I packaged this so I can now build Passepartout which I am also packaging.)
22 lines
636 B
Makefile
22 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/11/28 05:27:46 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= libxml++-0.27.0
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libxmlplusplus/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://libxmlplusplus.sourceforge.net/
|
|
COMMENT= C++ wrapper for the libxml2 XML parser library
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libxml++-1.0.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${BUILDLINK_PREFIX.libxml2}/include/libxml2
|
|
|
|
.include "../../textproc/libxml2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|