blob: 78fe06b8714496a3d7f2f8f693fe41b8e203367b (
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
29
30
31
|
PORTNAME= kig
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= math education kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE interactive geometry application
WWW= https://www.kde.org/applications/education/kig
LIB_DEPENDS= ${PY_BOOST}
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 qt:5 \
shebangfix tar:xz xorg \
python:run
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
jobwidgets kdelibs4support kio parts service solid sonnet \
syntaxhighlighting texteditor textwidgets widgetsaddons \
windowsystem xmlgui \
ecm:build
USE_QT= concurrent core dbus gui network printsupport svg widgets xml \
xmlpatterns \
buildtools:build qmake:build
USE_XORG= x11
SHEBANG_FILES= pykig/pykig.py
OPTIONS_DEFINE= DOCS
post-patch:
${REINPLACE_CMD} '/Python_ADDITIONAL_VERSIONS/s|2.7|${PYTHON_VER};2.7|' \
${WRKSRC}/cmake/modules/FindBoostPython.cmake
.include <bsd.port.mk>
|