06365cd416
XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C and C++. XXX: build system is custom-made (i.e. not using libtool), PLIST will be wrong for many OPSYS -- please fix!
22 lines
596 B
Makefile
22 lines
596 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/02/24 11:00:51 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xmlrpc-c-1.09.00
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlrpc-c/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xmlrpc-c.sourceforge.net/
|
|
COMMENT= Library for writing an XML-RPC server or client in C or C++
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
MAKE_FILE= GNUmakefile
|
|
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../www/libwww/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|