freebsd-ports/textproc/xmlwrapp/Makefile
Sunpoet Po-Chuan Hsieh 2b41d64b31 - Update to 0.6.2
- Add OPTIONS: XSLT
- While I'm here, add WWW

Changes:	http://xmlwrapp.svn.sourceforge.net/viewvc/xmlwrapp/tags/release-0.6.2/NEWS
PR:		ports/158582
Submitted by:	Niclas Zeising <niclas.zeising@gmail.com>
2011-08-25 15:06:44 +00:00

43 lines
854 B
Makefile

# ex:ts=8
# Ports collection makefile for: xmlwrapp
# Date created: Jan 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlwrapp
PORTVERSION= 0.6.2
CATEGORIES= textproc
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A modern style C++ library for working with XML data
LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
OPTIONS= XSLT "build libxsltwrap library (requires libxslt)" off
CONFIGURE_ARGS= --prefix ${PREFIX}
CPPFLAGS+= -I${LOCALBASE}/include
USE_AUTOTOOLS= libtool
USE_GNOME= libxml2 pkgconfig gnomehack
USE_PERL5_BUILD= yes
USE_LDCONFIG= yes
WANT_GNOME= yes
HAS_CONFIGURE= yes
.include <bsd.port.options.mk>
.if defined(WITH_XSLT)
USE_GNOME+= libxslt
.else
CONFIGURE_ARGS+=--disable-xslt
.endif
post-patch:
.if defined(NOPORTDOCS)
${REINPLACE_CMD} 's/docs//' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>