diff options
Diffstat (limited to 'textproc/soprano/Makefile')
-rw-r--r-- | textproc/soprano/Makefile | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile index fd4d18415992..ceb9b9158e8f 100644 --- a/textproc/soprano/Makefile +++ b/textproc/soprano/Makefile @@ -1,39 +1,35 @@ -# New ports collection Makefile for: soprano -# Date created: 2008-01-18 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= soprano -PORTVERSION= 2.7.6 +PORTVERSION= 2.9.0 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/Soprano/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= Qt4 RDF framework +COMMENT= Qt/C++ RDF framework -LIB_DEPENDS= raptor2.0:${PORTSDIR}/textproc/raptor2 \ - rdf.0:${PORTSDIR}/textproc/redland \ - iodbc.3:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 \ + rdf:${PORTSDIR}/textproc/redland \ + iodbc:${PORTSDIR}/databases/libiodbc -USE_BZIP2= yes USE_QT4= corelib dbus qtestlib network \ qmake_build moc_build uic_build rcc_build -USE_GNOME= pkgconfig -USE_LDCONFIG= yes +USE_PKGCONFIG= both +USE_BZIP2= yes USE_CMAKE= yes CMAKE_ARGS+= -DSOPRANO_DISABLE_CLUCENE_INDEX=yes \ -DSOPRANO_DISABLE_SESAME2_BACKEND=yes - -.include <bsd.port.pre.mk> +MAKE_JOBS_SAFE= yes +USE_LDCONFIG= yes post-patch: - ${REINPLACE_CMD} -e "s,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig," \ + @${REINPLACE_CMD} -e 's,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig,' \ ${WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e "s,soprano/cmake,cmake/Modules," \ + @${REINPLACE_CMD} -e 's,soprano/cmake,cmake/Modules,' \ ${WRKSRC}/cmake/modules/CMakeLists.txt post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |