60398edcc4
This is flxmlrpc, an implementation of the XmlRpc protocol written in C++, based upon XmlRpc++0.7 and modified to provide additional XmlRpc Variable types. It is used in fldigi, flrig, flnet, flmsg, flarq, flamp, fllog; a suite of programs written for amateur radio emergency communications. flxmlrpc is designed to make it easy to incorporate xmlrpc client and server support into C++ applications. Or use both client and server objects in your application for easy peer-to-peer support.
15 lines
445 B
Makefile
15 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/05/05 00:05:40 mef Exp $
|
|
|
|
DISTNAME= flxmlrpc-0.1.4
|
|
CATEGORIES= ham
|
|
MASTER_SITES= https://sourceforge.net/projects/fldigi/files/flxmlrpc/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://sourceforge.net/projects/fldigi/files/flxmlrpc/
|
|
COMMENT= XmlRpc protocol written in C++ for fl*, ham emergency communications
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
USE_LANGUAGES= c c++11
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|