freebsd-ports/devel/qt4-qtsolutions-soap/Makefile
Tobias C. Berner b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00

35 lines
746 B
Makefile

# Created by: gahr
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../qt4-qtsolutions-singleapplication
USES= qt:4
USE_QT= qmake_build moc_build rcc_build uic_build network xml gui
.include "${MASTERDIR}/Makefile"
PORTNAME= qt4-qtsolutions-soap
MAINTAINER= ports@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