1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/libiqxmlrpc/Makefile
Rene Ladan a67b5dd8d0 all: return fjoe's ports to the pool
fjoe's ports bit got safekept.
2021-12-06 13:36:27 +01:00

34 lines
807 B
Makefile

# Created by: Max Khon <fjoe@FreeBSD.org>
PORTNAME= libiqxmlrpc
PORTVERSION= 0.13.5
PORTREVISION= 13
CATEGORIES= devel net
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Free, object-oriented XML-RPC implementation written in C++
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
OPTIONS_DEFINE= DOXYGEN DOCS
DOXYGEN_IMPLIES= DOCS
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
DOXYGEN_CMAKE_OFF= -Dbuild_docs=off
USE_GNOME= libxml2
USES= cmake gnome ssl tar:bzip2
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
PORTDOCS= *
post-patch:
${REINPLACE_CMD} -e 's,lib/pkgconfig,libdata/pkgconfig,' ${WRKSRC}/libiqxmlrpc/CMakeLists.txt
${REINPLACE_CMD} -e 's,share/doc/libiqxmlrpc-$${Libiqxmlrpc_VERSION},${DOCSDIR_REL},' ${WRKSRC}/doc/CMakeLists.txt
.include <bsd.port.mk>