diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-12 09:19:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-12 09:19:04 +0000 |
commit | 89b4379a177ed6c314362aa05d65f4af81e8aee0 (patch) | |
tree | 08893c75412f70cc89eac1c944e80b8d4e2bcc52 /math | |
parent | b04ce8519d7d4064c97c4b032f175923df9ae8b6 (diff) | |
download | ports-89b4379a177ed6c314362aa05d65f4af81e8aee0.tar.gz ports-89b4379a177ed6c314362aa05d65f4af81e8aee0.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/geg/Makefile | 3 | ||||
-rw-r--r-- | math/grpn/Makefile | 3 | ||||
-rw-r--r-- | math/surf/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 81baf50b1e53..41b25ee3cecf 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= SUNSITE/science/visualization/plotting \ MAINTAINER= ports@FreeBSD.org COMMENT= Visualise multiple 2D-functions of one variable +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + USE_GNOME= gtk12 USES= autoreconf GNU_CONFIGURE= yes diff --git a/math/grpn/Makefile b/math/grpn/Makefile index e96cece775c3..d1e97aa79832 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://lashwhip.com/grpn/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+-based reverse polish notation (RPN) calculator +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + USE_GNOME= gtk12 ALL_TARGET= diff --git a/math/surf/Makefile b/math/surf/Makefile index 345ab463cf83..884c6df49667 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Visualize some real algebraic geometry +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LICENSE= GPLv2 LIB_DEPENDS= libtiff.so:graphics/tiff \ |