freebsd-ports/math/analitza/Makefile
Tobias C. Berner 19ce6c4021 */*: Update KDE Gear to 21.04.3
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases.

Full changelog:
	https://kde.org/announcements/changelogs/gear/21.04.3/
2021-07-10 01:34:31 +02:00

27 lines
694 B
Makefile

PORTNAME= analitza
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= math education kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Library from KDE Education project
LICENSE= GFDL GPLv2
LICENSE_COMB= multi
LICENSE_FILE_GFDL= ${WRKSRC}/COPYING.DOC
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang eigen:3 gl kde:5 qt:5 tar:xz
USE_GL= glu
USE_KDE= ecm_build
USE_QT= core declarative gui network opengl printsupport svg widgets xml \
buildtools_build linguisttools_build qmake_build testlib_build
USE_LDCONFIG= yes
SHLIB_VER= 8.0.0
PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" \
SHLIB_SHVER="${SHLIB_VER:R:R}"
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>