mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
2a6cfd50d0
Thursday, 24 August 2023 We create software for people, and the KDE Gear releases are the result of that. Every four months we publish new updates of a large number of KDE apps and software libraries. We create new programs to meet more of your needs, implement more features so you can adapt to an ever-changing digital world, and make our software faster, more efficient, more reliable. We also port it to more platforms so you can run it on more devices: your laptop, your game console, your phone, anywhere. Read on to find out what's new in KDE Gear 23.08 https://kde.org/announcements/gear/23.08.0
31 lines
794 B
Makefile
31 lines
794 B
Makefile
PORTNAME= kitinerary
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Data Model and Extraction System for Travel Reservation information
|
|
WWW= https://www.kde.org/
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libphonenumber.so:devel/libphonenumber \
|
|
libpoppler.so:graphics/poppler \
|
|
libZXing.so:textproc/zxing-cpp
|
|
|
|
USES= compiler:c++11-lang cmake gettext gnome kde:5 pkgconfig qt:5 \
|
|
shared-mime-info ssl tar:xz
|
|
USE_GNOME= libxml2
|
|
USE_KDE= archive codecs coreaddons i18n \
|
|
ecm:build
|
|
# Pim components
|
|
USE_KDE+= calendarcore contacts kpkpass mime
|
|
USE_QT= core declarative gui network \
|
|
buildtools:build qmake:build
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|