aboutsummaryrefslogtreecommitdiff
path: root/deskutils/knotes/Makefile
blob: eb38a21f90d7ed05b87fcc3878bef2335fae2611 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# $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 qt: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 \
		kdepim-runtime5_run
USE_QT=		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


OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>