freebsd-ports/devel/libiqxmlrpc/Makefile
Pav Lucistnik d1107bb40e - Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:		ports/137054
Submitted by:	Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-07-28 11:45:08 +00:00

33 lines
780 B
Makefile

# New ports collection makefile for: libiqxmlrpc
# Date created: 1 Apr 2008
# Whom: Max Khon <fjoe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libiqxmlrpc
PORTVERSION= 0.8.7
PORTREVISION= 2
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-libs\
xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
.endif
post-patch:
@${REINPLACE_CMD} 's,libxml++-1.0,libxml++-2.6,g' ${WRKSRC}/configure
@${REINPLACE_CMD} 's,{libdir}/pkgconfig,{prefix}/libdata/pkgconfig,' ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>