mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
a17d48c4c0
In r514669 the two ports were moved in the following way: - net/kcontacts -> net/kf5-kcontacts - net/kcalcore -> net/kf5-kcalendarcore Force rebuild of their consumers.
29 lines
590 B
Makefile
29 lines
590 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kcalendarcore
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE calendar access library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libical.so:devel/libical
|
|
|
|
USES= bison cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm emoticons init itemmodels itemviews kdelibs4support
|
|
USE_QT= core gui \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
CONFLICTS_INSTALL= kcalcore-1*
|
|
|
|
.include <bsd.port.mk>
|