mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
b2ea7bbbf9
PR: ports/182971 Submitted by: mat (me) Approved by: gahr (maintainer)
36 lines
748 B
Makefile
36 lines
748 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../qt4-qtsolutions-singleapplication
|
|
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build network xml gui
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
PORTNAME= qt4-qtsolutions-soap
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= QT4 Solutions SOAP Component
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PATCHDIR= ${.CURDIR}/files
|
|
|
|
SUB_PROJECT_NAME= qtsoap
|
|
LIBRARY_NAME= libQtSolutions_SOAP-head.so
|
|
LIBRARY_HEADERS= qtsoap.h \
|
|
QtSoapArray \
|
|
QtSoapArrayIterator \
|
|
QtSoapHttpTransport \
|
|
QtSoapMessage \
|
|
QtSoapNamespaces \
|
|
QtSoapQName \
|
|
QtSoapSimpleType \
|
|
QtSoapStruct \
|
|
QtSoapStructIterator \
|
|
QtSoapType \
|
|
QtSoapTypeConstructor \
|
|
QtSoapTypeConstructorBase \
|
|
QtSoapTypeFactory
|