23 lines
648 B
Makefile
23 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/12/24 19:25:05 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= libxml++-0.27.0
|
|
PKGREVISION= 1
|
|
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"
|