forked from Lainports/freebsd-ports
* deskutils/akonadi-calendar-tools * deskutils/akonadi-import-wizard * deskutils/akonadiconsole * deskutils/akregator * deskutils/grantlee-editor * deskutils/kaddressbook * deskutils/kalarm * deskutils/kcharselect * deskutils/kdepim-addons * deskutils/kdepim-runtime * deskutils/keditbookmarks * deskutils/kfind * deskutils/kmail * deskutils/kmail-account-wizard * deskutils/knotes * deskutils/kontact * deskutils/korganizer * deskutils/kruler * deskutils/mbox-importer * deskutils/pim-data-exporter * deskutils/pim-sieve-editor This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4. This adds a slew of KDE Pim related ports and some of their dependencies. Note, that KDE Pim has a history of working poorly on FreeBSD.
33 lines
1 KiB
Makefile
33 lines
1 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= knotes
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= deskutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Popup notes
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libical.so:devel/libical
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 tar:xz
|
|
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons dnssd globalaccel guiaddons i18n \
|
|
iconthemes itemmodels itemviews jobwidgets kcmutils \
|
|
kdelibs4support kio newstuff notifications notifyconfig parts \
|
|
service solid sonnet textwidgets unitconversion widgetsaddons \
|
|
windowsystem xmlgui
|
|
# pim components
|
|
USE_KDE+= akonadi akonadicontacts akonadinotes akonadisearch \
|
|
calendarcore calendarutils contacts kontactinterface libkdepim \
|
|
mime pimcommon pimtextedit
|
|
USE_QT5= core dbus gui network printsupport widgets x11extras xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= ice sm x11 xext
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
|
|
.include <bsd.port.mk>
|