diff options
author | markd <markd@pkgsrc.org> | 2008-11-04 11:01:41 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-11-04 11:01:41 +0000 |
commit | be5711bc235cb5c406935d5feece56cd2ea9a2b1 (patch) | |
tree | e31a3c6db3f4b9064de4daac55833125b594691d /textproc/soprano/Makefile | |
parent | 3c8126a50c8f4bc3ac836d036767cbb1584074cc (diff) | |
download | pkgsrc-be5711bc235cb5c406935d5feece56cd2ea9a2b1.tar.gz |
Import soprano 2.1
Soprano (formerly known as QRDF) is a library which provides a highly
usable object-oriented C++/Qt4 framework for RDF data. It uses
different RDF storage solutions as backends through a simple plugin
system. Soprano is targetted at desktop applications that need a RDF
data storage solution. It has been optimized for easy usage and
simplicity.
Diffstat (limited to 'textproc/soprano/Makefile')
-rw-r--r-- | textproc/soprano/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile new file mode 100644 index 00000000000..a67e6b8c686 --- /dev/null +++ b/textproc/soprano/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/04 11:01:41 markd Exp $ + +DISTNAME= soprano-2.1 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=soprano/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= markd@NetBSD.org +HOMEPAGE= http://soprano.sourceforge.net/ +COMMENT= QT based RDF framework + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c c++ +USE_CMAKE= yes + +PKGCONFIG_OVERRIDE+= soprano.pc.cmake + +pre-configure: + ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ + +.include "../../textproc/libclucene/buildlink3.mk" +.include "../../textproc/redland/buildlink3.mk" +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" +.include "../../x11/qt4-qdbus/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |