diff options
Diffstat (limited to 'math/kmplot/Makefile')
-rw-r--r-- | math/kmplot/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/math/kmplot/Makefile b/math/kmplot/Makefile new file mode 100644 index 000000000000..fdcfaab49b2d --- /dev/null +++ b/math/kmplot/Makefile @@ -0,0 +1,29 @@ +# New ports collection Makefile for: kmplot +# Date created: 6 September 2011 +# Whom: Alberto Villa <avilla@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kmplot +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= Mathematical function plotter for KDE 4 + +CONFLICTS= kdeedu-4.[0-6].* + +USE_KDE4= kdehier kdelibs kdeprefix automoc4 +KDE4_BUILDENV= yes +USE_QT_VER= 4 +QT_COMPONENTS= xml moc_build qmake_build rcc_build uic_build +USE_BZIP2= yes +MAKE_JOBS_SAFE= yes + +MAN1= kmplot.1 + +.include <bsd.port.mk> |