85c979c9f2
Reported by: portsmon
36 lines
798 B
Makefile
36 lines
798 B
Makefile
# New ports collection Makefile for: qt4-qtsolutions-soap
|
|
# Date created: 26 June 2012
|
|
# Whom: gahr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../qt4-qtsolutions-singleapplication
|
|
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build network xml gui
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
PORTNAME= qt4-qtsolutions-soap
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= QT4 Solutions SOAP Component
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
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
|