freebsd-ports/textproc/xmlwrapp/Makefile
Kirill Ponomarev a883e87cff - Update to version 0.4.3
PR:		55874
Submitted by:	Ports Fury
2003-08-22 20:55:35 +00:00

35 lines
704 B
Makefile

# ex:ts=8
# Ports collection makefile for: xmlwrapp
# Date created: Jan 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlwrapp
PORTVERSION= 0.4.3
CATEGORIES= textproc
MASTER_SITES= http://pmade.org/software/xmlwrapp/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A modern style C++ library for working with XML data
USE_PERL5_BUILD= yes
USE_GNOME= libxml2 pkgconfig
WANT_GNOME= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.pl
CONFIGURE_ARGS= --prefix ${PREFIX}
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mlibxslt}!=""
USE_GNOME+= libxslt
PLIST_SUB+= XSLT=""
.else
CONFIGURE_ARGS+= --disable-xslt
PLIST_SUB+= XSLT="@comment "
.endif
.include <bsd.port.post.mk>