mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
28 lines
539 B
Makefile
28 lines
539 B
Makefile
# Created by: Pawel Pekala <pawel@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmaia
|
|
PORTVERSION= 0.0.20150218
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
|
COMMENT= XML-RPC lib for Qt
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wiedi
|
|
GH_TAGNAME= e930451
|
|
|
|
USES= gmake qmake
|
|
USE_QT5= buildtools_build network xml
|
|
|
|
PLIST_FILES= include/maia/maiaObject.h \
|
|
include/maia/maiaXmlRpcClient.h \
|
|
include/maia/maiaXmlRpcServer.h \
|
|
lib/libmaia.a
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/maiaObject.h \
|
|
${STAGEDIR}${PREFIX}/include/maia
|
|
|
|
.include <bsd.port.mk>
|