30 lines
790 B
Makefile
30 lines
790 B
Makefile
# $NetBSD: Makefile,v 1.23 2011/11/01 06:03:01 sbd Exp $
|
|
|
|
DISTNAME= kdebindings-${_KDE_VERSION}
|
|
PKGNAME= kdebindings-ruby-${_KDE_VERSION}
|
|
PKGREVISION= 11
|
|
CATEGORIES= x11
|
|
COMMENT= Ruby bindings for the KDE integrated X11 desktop
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ARGS+= --without-java
|
|
CONFIGURE_ARGS+= --without-pythondir
|
|
CONFIGURE_ENV+= DO_NOT_COMPILE="dcopperl python kjsembed qtsharp"
|
|
|
|
REPLACE_RUBY+= \
|
|
qtruby/bin/rbqtapi \
|
|
qtruby/bin/rbqtsh
|
|
|
|
.include "../../lang/ruby/buildlink3.mk"
|
|
.include "../../lang/ruby/replace.mk"
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|