diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/koctave/Makefile | 3 | ||||
-rw-r--r-- | math/labplot/Makefile | 3 | ||||
-rw-r--r-- | math/pgcalc/Makefile | 3 | ||||
-rw-r--r-- | math/qwtplot3d/Makefile | 3 | ||||
-rw-r--r-- | math/xgfe/Makefile | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/math/koctave/Makefile b/math/koctave/Makefile index 5ee5fca496e4..0a7d36d6aaef 100644 --- a/math/koctave/Makefile +++ b/math/koctave/Makefile @@ -16,6 +16,9 @@ COMMENT= KDEGUI for octave RUN_DEPENDS= octave:${PORTSDIR}/math/octave +DEPRECATED= Depends on QT3; unmaintained +EXPIRATION_DATE= 2013-07-01 + USE_QT_VER= 3 USE_KDELIBS_VER=3 USE_GMAKE= yes diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 733e4e8f0ecb..edd6baf0f258 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -22,6 +22,9 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \ origin.0:${PORTSDIR}/math/liborigin +DEPRECATED= Depends on QT3; unmaintained +EXPIRATION_DATE= 2013-07-01 + USE_BZIP2= yes USE_QT_VER= 3 USE_KDELIBS_VER=3 diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile index e6b3a0ad8efd..ccb4491123be 100644 --- a/math/pgcalc/Makefile +++ b/math/pgcalc/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.pgcalc.net/ MAINTAINER= ports@FreeBSD.org COMMENT= A powerful scientific skinnable calculator +DEPRECATED= Depends on QT3; unmaintained +EXPIRATION_DATE= 2013-07-01 + USE_QT_VER= 3 USE_KDELIBS_VER= 3 USE_GMAKE= yes diff --git a/math/qwtplot3d/Makefile b/math/qwtplot3d/Makefile index 1a59e1f13a82..041f27c7d057 100644 --- a/math/qwtplot3d/Makefile +++ b/math/qwtplot3d/Makefile @@ -18,6 +18,9 @@ COMMENT= A 3D plotting widget for scientific data and mathematical expressions BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake +DEPRECATED= Depends on QT3; unmaintained +EXPIRATION_DATE= 2013-07-01 + USE_QT_VER= 3 USE_GL= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/math/xgfe/Makefile b/math/xgfe/Makefile index 3a3bdc0141bc..1e21c3deb4ea 100644 --- a/math/xgfe/Makefile +++ b/math/xgfe/Makefile @@ -17,6 +17,9 @@ COMMENT= An X11 front-end for Gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +DEPRECATED= Depends on QT3; unmaintained +EXPIRATION_DATE= 2013-07-01 + USE_QT_VER= 3 MAKE_ENV+= DOCSDIR=$(DOCSDIR) PTHREAD_CFLAGS="$(PTHREAD_CFLAGS)" \ |