freebsd-ports/devel/libiqxmlrpc/Makefile
Pav Lucistnik fdc2352a81 - Fix depobj
Reported by:	pointyhat
2008-04-01 22:23:11 +00:00

26 lines
620 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
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\
xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} 's,libxml++-1.0,libxml++-2.6,g' ${WRKSRC}/configure
.include <bsd.port.mk>