pkgsrc/textproc/libxml++/Makefile
drochner 1cf122ddf3 update to 2.22.0
this switches to the gnome-2.22 release branch
2008-05-29 11:41:13 +00:00

25 lines
682 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/05/29 11:41:13 drochner Exp $
DISTNAME= libxml++-2.22.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml++/2.22/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= evaldo@gardenali.biz
HOMEPAGE= http://libxmlplusplus.sourceforge.net/
COMMENT= C++ wrapper for the libxml XML parser library
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config gmake
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libxml++-2.6.pc.in
GNU_CONFIGURE= yes
CONFLICTS+= libxml++2-[0-9]*
.include "../../devel/glibmm/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"