mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
27 lines
815 B
Makefile
27 lines
815 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= kalarmcal
|
||
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||
|
CATEGORIES= net kde kde-applications
|
||
|
|
||
|
MAINTAINER= kde@FreeBSD.org
|
||
|
COMMENT= KDE API for KAlarm alarms
|
||
|
|
||
|
LICENSE= LGPL21
|
||
|
|
||
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
|
||
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||
|
coreaddons crash ecm guiaddons holidays i18n iconthemes \
|
||
|
itemmodels itemviews jobwidgets kdelibs4support kio \
|
||
|
notifications parts service solid sonnet textwidgets \
|
||
|
unitconversion widgetsaddons windowsystem xmlgui
|
||
|
# pim components
|
||
|
USE_KDE+= akonadi calendarcore holidays identitymanagement pimtextedit
|
||
|
USE_QT5= core dbus gui network printsupport widgets xml \
|
||
|
buildtools_build qmake_build
|
||
|
USE_LDCONFIG= yes
|
||
|
|
||
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
||
|
|
||
|
.include <bsd.port.mk>
|