mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
b1a1d38bf9
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
31 lines
813 B
Makefile
31 lines
813 B
Makefile
# Created by: arved
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= soprano
|
|
PORTVERSION= 2.9.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/${PORTNAME}/Soprano/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt/C++ RDF framework
|
|
|
|
LIB_DEPENDS= libraptor2.so:textproc/raptor2 \
|
|
librdf.so:textproc/redland \
|
|
libiodbc.so:databases/libiodbc
|
|
|
|
USE_QT= corelib dbus network qtestlib_build xml \
|
|
qmake_build moc_build uic_build rcc_build
|
|
USES= cmake:outsource pkgconfig qt:4 tar:bzip2
|
|
CMAKE_ARGS+= -DSOPRANO_DISABLE_CLUCENE_INDEX=yes \
|
|
-DSOPRANO_DISABLE_SESAME2_BACKEND=yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig,' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
@${REINPLACE_CMD} -e 's,soprano/cmake,cmake/Modules,' \
|
|
${WRKSRC}/cmake/modules/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|