c1f3de0f55
4.4.10. The official 4.6.1 release notes can be found at: http://www.kde.org/announcements/announce-4.6.1.php We'd like to say thanks to all helpers and submitters. Tested by: exp-run via miwi
32 lines
853 B
Makefile
32 lines
853 B
Makefile
# New ports collection makefile for: plasma-scriptengine-ruby
|
|
# Date created: 2010-03-30
|
|
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= plasma-scriptengine-ruby
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= x11 kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DISTNAME= kdebase-workspace-${PORTVERSION}
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma scriptengine for Ruby
|
|
|
|
RUN_DEPENDS= ${RUBY_SITELIBDIR}/KDE/plasma.rb:${PORTSDIR}/devel/kdebindings4-ruby
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_KDE4= kdeprefix kdelibs automoc4
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= qmake_build moc_build uic_build rcc_build
|
|
USE_RUBY= yes
|
|
DISTINFO_FILE= ${PORTSDIR}/x11/kdebase4-workspace/distinfo
|
|
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}/plasma/generic/scriptengines/ruby
|
|
CMAKE_OUTSOURCE= yes
|
|
|
|
.include <bsd.port.mk>
|