diff options
Diffstat (limited to 'math/kig/Makefile')
-rw-r--r-- | math/kig/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/math/kig/Makefile b/math/kig/Makefile new file mode 100644 index 000000000000..3978a90eec9a --- /dev/null +++ b/math/kig/Makefile @@ -0,0 +1,37 @@ +# New ports collection Makefile for: kig +# Date created: 6 September 2011 +# Whom: Alberto Villa <avilla@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kig +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= math kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE 4 interactive geometry application + +CONFLICTS= kdeedu-4.[0-6].* + +USE_KDE4= kdehier kdelibs kdeprefix automoc4 +KDE4_BUILDENV= yes +USE_QT_VER= 4 +QT_COMPONENTS= dbus moc_build qmake_build rcc_build uic_build +USE_BZIP2= yes +MAKE_JOBS_SAFE= yes + +MAN1= kig.1 + +OPTIONS= PYTHON "Support for Python scripting (requires Boost)" on + +.include <bsd.port.options.mk> + +.ifndef(WITHOUT_PYTHON) +LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs +.endif + +.include <bsd.port.mk> |