mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
e250aeb4a1
Thursday, 21 April 2022 Welcome to KDE Gear ⚙️ 22.04! Skip to What’s New KDE Gear ⚙️ 22.04 brings you all the updates added to a long list of KDE apps over the last four months. KDE programs allow you to work, create and play without having to submit yourself to extortionate licenses and intrusive advertising, or surrender your privacy to unscrupulous corporations. Below you will discover a selection of the changes added in the last four months to software designed to make your life better. But remember, there is much, much more: games, social media apps, utilities for communicating, developing and creating stuff… All these things have been worked on to give you more stability and boost your productivity. If you want to see a full list of everything we have done, check out the complete changelog. WARNING: There’s a lot! All the details can be found here: https://kde.org/announcements/gear/22.04.0/
29 lines
862 B
Makefile
29 lines
862 B
Makefile
PORTNAME= libkdegames
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= games kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Libraries used by KDE games
|
|
|
|
LIB_DEPENDS= libsndfile.so:audio/libsndfile
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 openal qt:5 \
|
|
tar:xz
|
|
USE_KDE= archive attica auth bookmarks codecs completion config \
|
|
configwidgets coreaddons crash dbusaddons dnssd emoticons \
|
|
globalaccel guiaddons i18n iconthemes init itemmodels \
|
|
itemviews jobwidgets kdeclarative kdelibs4support kio newstuff \
|
|
package service textwidgets widgetsaddons xmlgui \
|
|
ecm_build
|
|
USE_QT= core dbus declarative gui network svg widgets xml \
|
|
buildtools_build qmake_build testlib_build
|
|
USE_LDCONFIG= yes
|
|
|
|
SHLIB_VER= 7.3.1
|
|
PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" \
|
|
SHLIB_SHVER="${SHLIB_VER:R:R}"
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|