2008-03-31 22:40:44 +02:00
|
|
|
# New ports collection makefile for: libiqxmlrpc
|
|
|
|
# Date created: 1 Apr 2008
|
|
|
|
# Whom: Max Khon <fjoe@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libiqxmlrpc
|
|
|
|
PORTVERSION= 0.8.7
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2008-03-31 22:40:44 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
|
|
COMMENT= Free, object-oriented XML-RPC implementation written in C++
|
|
|
|
|
|
|
|
LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost\
|
2008-04-02 00:23:11 +02:00
|
|
|
xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26
|
2008-03-31 22:40:44 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2008-04-11 00:09:29 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 700000
|
|
|
|
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
|
|
|
.endif
|
|
|
|
|
2008-03-31 22:40:44 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's,libxml++-1.0,libxml++-2.6,g' ${WRKSRC}/configure
|
2008-04-11 00:09:29 +02:00
|
|
|
@${REINPLACE_CMD} 's,{libdir}/pkgconfig,{prefix}/libdata/pkgconfig,' ${WRKSRC}/Makefile.in
|
2008-03-31 22:40:44 +02:00
|
|
|
|
2008-04-11 00:09:29 +02:00
|
|
|
.include <bsd.port.post.mk>
|