summaryrefslogtreecommitdiffstats
path: root/devel/ruby-korundum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-korundum/Makefile')
-rw-r--r--devel/ruby-korundum/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/devel/ruby-korundum/Makefile b/devel/ruby-korundum/Makefile
new file mode 100644
index 0000000..443a596
--- /dev/null
+++ b/devel/ruby-korundum/Makefile
@@ -0,0 +1,38 @@
+# $FreeBSD$
+
+PORTNAME= korundum
+PORTVERSION= ${KDE4_VERSION}
+CATEGORIES= devel kde ruby
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DIST_SUBDIR= KDE
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Ruby bindings for KDE
+
+CONFLICTS= ruby1[89]-kdebindings-4.[0-6].*
+
+USE_KDE4= kate kdehier kdelibs kdeprefix okular pimlibs \
+ qtruby smokegen smokekde smokeqt \
+ akonadi automoc4 soprano
+USE_QT4= dbus network opengl sql svg xml \
+ qmake_build moc_build uic_build rcc_build
+USE_RUBY= yes
+USE_XZ= yes
+USE_CMAKE= yes
+MAKE_JOBS_SAFE= yes
+
+.include <bsd.port.pre.mk>
+
+CMAKE_ARGS+= -DRUBY_LIBRARY=${LOCALBASE}/lib/lib${RUBY_NAME}.so \
+ -DRUBY_INCLUDE_PATH=${LOCALBASE}/lib/ruby/${RUBY_VER}/${RUBY_ARCH} \
+ -DCUSTOM_RUBY_SITE_LIB_DIR=${RUBY_SITELIBDIR} \
+ -DCUSTOM_RUBY_SITE_ARCH_DIR=${RUBY_SITEARCHLIBDIR}
+
+pre-configure:
+ ${REINPLACE_CMD} -e '/examples/ d' \
+ ${WRKSRC}/CMakeLists.txt \
+ ${WRKSRC}/modules/plasma/CMakeLists.txt
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud