d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
27 lines
752 B
Makefile
27 lines
752 B
Makefile
# $NetBSD: Makefile,v 1.19 2013/05/31 12:42:07 wiz Exp $
|
|
|
|
DISTNAME= libxml++-2.34.2
|
|
PKGREVISION= 4
|
|
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"
|