freebsd-ports/net/kitinerary/Makefile
2024-03-02 00:56:15 +01:00

32 lines
810 B
Makefile

PORTNAME= kitinerary
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 2
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>