summaryrefslogtreecommitdiff
path: root/textproc/soprano/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/soprano/Makefile')
-rw-r--r--textproc/soprano/Makefile27
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"