ports/devel/ruby-krossruby-kde4/Makefile
Adriaan de Groot a5de80209a Deprecate KDE4 software, categories d-games.
The last upstream release supporting KDE4 was 10 months ago,
  https://www.kde.org/announcements/announce-applications-17.08.3.php ,
and the kde@ team for FreeBSD has supported modern KDE (i.e.  KDE
Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4
month deprecation period to allow users to switch over.

Not marked deprecated: games/knights-kde4, that's not ours.
2018-08-30 14:34:04 +00:00

26 lines
630 B
Makefile

# $FreeBSD$
PORTNAME= krossruby
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 3
CATEGORIES= devel kde kde-kde4 ruby
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= kross-interpreters-${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Ruby bindings for Qt/KDE
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
USES= cmake:outsource kde:4 qt:4 tar:xz
USE_KDE= kdelibs pimlibs automoc4
USE_QT= corelib gui qmake_build moc_build uic_build rcc_build
USE_RUBY= yes
CMAKE_ARGS+= -DBUILD_python:BOOL=FALSE \
-DBUILD_falcon:BOOL=FALSE \
-DBUILD_java:BOOL=FALSE
PLIST_FILES= lib/kde4/krossruby.so
.include <bsd.port.mk>