mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
26 lines
642 B
Makefile
26 lines
642 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kcalutils
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE utility and user interface functions for accessing calendar
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
|
|
USE_KDE= codecs config coreaddons ecm i18n iconthemes kdelibs4support \
|
|
widgetsaddons
|
|
# pim components
|
|
USE_KDE+= calendarcore identitymanagement pimtextedit
|
|
USE_QT= core gui widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
|
|
.include <bsd.port.mk>
|