aboutsummaryrefslogtreecommitdiff
path: root/math/analitza/Makefile
blob: a693692213b12cca52f8dc3f5fae4ef2ee9762e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	analitza
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	math education kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Library from KDE Education project
WWW=		https://www.kde.org/applications/education/

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>