freebsd-ports/devel/libiqxmlrpc/Makefile

37 lines
838 B
Makefile
Raw Normal View History

2013-01-31 14:38:42 +01:00
# Created by: Max Khon <fjoe@FreeBSD.org>
# $FreeBSD$
PORTNAME= libiqxmlrpc
2013-05-09 12:01:26 +02:00
PORTVERSION= 0.12.4
PORTREVISION= 1
CATEGORIES= devel net
MASTER_SITES= SF
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Free, object-oriented XML-RPC implementation written in C++
.if !defined(NOPORTDOCS)
BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
.endif
2013-01-31 14:38:42 +01:00
LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
2012-11-05 13:48:58 +01:00
LICENSE= BSD
USE_BZIP2= yes
USE_GNOME= libxml2
USES= cmake
.if defined(NOPORTDOCS)
CMAKE_ARGS= -Dbuild_docs=off
.endif
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
2013-01-31 14:38:42 +01:00
USE_OPENSSL= yes
PORTDATA= *
post-patch:
${REINPLACE_CMD} -e 's,lib/pkgconfig,libdata/pkgconfig,' ${WRKSRC}/libiqxmlrpc/CMakeLists.txt
${REINPLACE_CMD} -e 's,share/doc/libiqxmlrpc-$${Libiqxmlrpc_VERSION},share/libiqxmlrpc,' ${WRKSRC}/doc/CMakeLists.txt
2011-11-07 05:24:55 +01:00
.include <bsd.port.mk>