pkgsrc/textproc/libxml++/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

27 lines
752 B
Makefile

# $NetBSD: Makefile,v 1.20 2014/05/29 23:37:34 wiz Exp $
DISTNAME= libxml++-2.34.2
PKGREVISION= 5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml++/2.34/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= evaldo@gardenali.biz
HOMEPAGE= http://libxmlplusplus.sourceforge.net/
COMMENT= C++ wrapper for the libxml XML parser library
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config gmake perl
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libxml++-2.6.pc.in
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= MMDOCTOOLDIR=${PREFIX}/share/glibmm-2.4/doctool
CONFLICTS+= libxml++2-[0-9]*
.include "../../devel/glibmm/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"