2003-01-13 18:51:15 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: xmlwrapp
|
|
|
|
# Date created: Jan 14, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmlwrapp
|
2003-10-31 23:19:52 +01:00
|
|
|
PORTVERSION= 0.4.4
|
2003-01-13 18:51:15 +01:00
|
|
|
CATEGORIES= textproc
|
2003-08-22 22:55:35 +02:00
|
|
|
MASTER_SITES= http://pmade.org/software/xmlwrapp/download/
|
2003-01-13 18:51:15 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A modern style C++ library for working with XML data
|
2003-01-13 18:51:15 +01:00
|
|
|
|
|
|
|
USE_PERL5_BUILD= yes
|
2003-07-30 21:24:37 +02:00
|
|
|
USE_GNOME= libxml2 pkgconfig
|
2003-05-19 02:59:26 +02:00
|
|
|
WANT_GNOME= yes
|
2003-01-13 18:51:15 +01:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_SCRIPT= configure.pl
|
2003-05-19 02:59:26 +02:00
|
|
|
CONFIGURE_ARGS= --prefix ${PREFIX}
|
2003-01-13 18:51:15 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-05-19 02:59:26 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${HAVE_GNOME:Mlibxslt}!=""
|
|
|
|
USE_GNOME+= libxslt
|
2003-04-13 12:37:17 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-xslt
|
|
|
|
.endif
|
|
|
|
|
2003-05-19 02:59:26 +02:00
|
|
|
.include <bsd.port.post.mk>
|