xref: /mports/math/kig/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	kig
2DISTVERSION=	${KDE_APPLICATIONS_VERSION}
3CATEGORIES=	math education kde kde-applications
4
5MAINTAINER=	ports@MidnightBSD.org
6COMMENT=	KDE interactive geometry application
7WWW=		https://www.kde.org/applications/education/kig
8
9LIB_DEPENDS=	${PY_BOOST}
10
11USES=		cmake compiler:c++11-lib desktop-file-utils gettext kde:5 qt:5 \
12		shebangfix tar:xz xorg \
13		python:run
14USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
15		jobwidgets kdelibs4support kio parts service solid sonnet \
16		syntaxhighlighting texteditor textwidgets widgetsaddons \
17		windowsystem xmlgui \
18		ecm:build
19USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
20		xmlpatterns \
21		buildtools:build qmake:build
22USE_XORG=	x11
23SHEBANG_FILES=	pykig/pykig.py
24
25OPTIONS_DEFINE=	DOCS
26
27post-patch:
28	${REINPLACE_CMD} '/Python_ADDITIONAL_VERSIONS/s|2.7|${PYTHON_VER};2.7|' \
29		${WRKSRC}/cmake/modules/FindBoostPython.cmake
30
31.include <bsd.port.mk>
32

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026