aboutsummaryrefslogtreecommitdiffstats
path: root/math/kig/Makefile
blob: 98fc792ae34e286a18c6a9821546ad47a4ae42ba (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
32
33
# $FreeBSD$

PORTNAME=   kig
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= math kde
MASTER_SITES=   ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=    KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT=    KDE 4 interactive geometry application

CONFLICTS=  kdeedu-4.[0-6].*

USE_KDE4=   kdehier kdelibs kdeprefix automoc4
USES=       cmake:outsource
USE_QT4=    gui xml moc_build qmake_build rcc_build uic_build
USE_XZ=     yes

MAN1=       kig.1

OPTIONS_DEFINE= PYTHON
OPTIONS_DEFAULT=    PYTHON
PYTHON_DESC=    Support for Python scripting (requires Boost)

NO_STAGE=   yes
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MPYTHON}
LIB_DEPENDS+=   libboost_python.so:${PORTSDIR}/devel/boost-python-libs
.endif

.include <bsd.port.mk>