17734b82d3
Thursday, 12 August 2021 KDE Gear 21.08 improves KDE apps across the board, bringing you quick and responsive utilities, creativity programs with powerful features, and secure tools for all your work and play needs. If this is your first time with KDE software, discover a whole new world of free and secure programs, packed with incredible possibilities. If you are already a KDE regular, check out all the fresh innovations we have added to your favorite apps. Either way, go forth and try new things! Full announcement: https://kde.org/announcements/gear/21.08.0/
37 lines
1.2 KiB
Makefile
37 lines
1.2 KiB
Makefile
PORTNAME= kalzium
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= science education kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Periodic table of elements for KDE
|
|
|
|
LICENSE= GPLv2 LGPL20 GFDL
|
|
LICENSE_COMB= multi
|
|
|
|
LIB_DEPENDS= libopenbabel.so:science/openbabel \
|
|
libAvogadroCore.so:science/avogadrolibs
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/facile/facile.a:math/facile \
|
|
${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext gl kde:5 \
|
|
pkgconfig qt:5 tar:xz
|
|
USE_GL= gl glew glu
|
|
USE_KDE= auth archive attica bookmarks codecs completion config configwidgets \
|
|
coreaddons crash doctools emoticons guiaddons i18n \
|
|
iconthemes itemmodels itemviews jobwidgets js kdelibs4support \
|
|
khtml kio newstuff notifications parts plotting service solid \
|
|
sonnet textwidgets unitconversion widgetsaddons windowsystem \
|
|
xmlgui \
|
|
ecm_build
|
|
USE_OCAML= yes
|
|
NO_OCAML_RUNDEPENDS= yes
|
|
USE_QT= concurrent core dbus declarative gui network opengl printsupport script svg \
|
|
widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|